Searched defs:semaphore (Results 1 – 1 of 1) sorted by relevance
15 function sem_acquire(SysvSemaphore $semaphore, bool $non_blocking = false): bool {}17 function sem_release(SysvSemaphore $semaphore): bool {}19 function sem_remove(SysvSemaphore $semaphore): bool {}
Completed in 6 milliseconds