Home
last modified time | relevance | path

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

/PHP-8.0/ext/sysvsem/
H A Dsysvsem.stub.php5 final class SysvSemaphore class
9 …, int $max_acquire = 1, int $permissions = 0666, bool $auto_release = true): SysvSemaphore|false {}
11 function sem_acquire(SysvSemaphore $semaphore, bool $non_blocking = false): bool {}
13 function sem_release(SysvSemaphore $semaphore): bool {}
15 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)
/PHP-8.0/
H A DUPGRADING640 . sem_get() will now return an SysvSemaphore object rather than a resource.

Completed in 12 milliseconds