## Function: SB-THREAD:MAKE-SEMAPHORE [](../) [](../#function) [](https://github.com/sbcl/sbcl/blob/master/src/code/target-thread.lisp/) > Create a semaphore with the supplied COUNT and NAME. ### Lambda list ```cl (&key sb-thread::name (:count sb-thread::%count)) ```