Function: SB-THREAD:SIGNAL-SEMAPHORE

package type github

Increment the count of SEMAPHORE by N. If there are threads waiting on this semaphore, then N of them is woken up.

Lambda list

(sb-thread:semaphore &optional sb-thread::n)