Home
last modified time | relevance | path

Searched refs:sem_acquire (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/sysvsem/
H A Dsysvsem_arginfo.h24 ZEND_FUNCTION(sem_acquire);
31 ZEND_FE(sem_acquire, arginfo_sem_acquire)
H A Dsysvsem.stub.php11 function sem_acquire(SysvSemaphore $semaphore, bool $non_blocking = false): bool {} function
H A Dsysvsem.c342 PHP_FUNCTION(sem_acquire) in PHP_FUNCTION() argument
/PHP-8.0/ext/sysvsem/tests/
H A Dnowait.phpt2 Test sem_acquire with nowait option
36 if (!sem_acquire($p_sem_id)) {
44 if (!sem_acquire($c_sem_id)) {
65 if (!sem_acquire($c_sem_id)) {
96 if (sem_acquire($p_sem_id, true)) {
110 if (!sem_acquire($p_sem_id)) {
H A Dsysv.phpt25 if (! sem_acquire($sem_id)) {

Completed in 7 milliseconds