Home
last modified time | relevance | path

Searched refs:SysvSemaphore (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/sysvsem/
H A Dsysvsem.stub.php9 final class SysvSemaphore class
13 …, int $max_acquire = 1, int $permissions = 0666, bool $auto_release = true): SysvSemaphore|false {}
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 {}
H A Dsysvsem_arginfo.h4 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_sem_get, 0, 1, SysvSemaphore, MAY_BE_FALSE)
12 ZEND_ARG_OBJ_INFO(0, semaphore, SysvSemaphore, 0)
17 ZEND_ARG_OBJ_INFO(0, semaphore, SysvSemaphore, 0)

Completed in 5 milliseconds