Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_alarm.phpt4 <?php if (!function_exists("pcntl_sigtimedwait")) die("skip pcntl_sigtimedwait() not available"); ?>
16 var_dump(pcntl_sigtimedwait(array(SIGALRM),$siginfo,2) === SIGALRM);
H A D002.phpt2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip…
69 var_dump(pcntl_sigtimedwait(array(SIGTERM), $signo, PHP_INT_MAX, PHP_INT_MAX));
72 pcntl_sigtimedwait(array(SIGINT), $siginfo, 3600, 0);
H A D003.phpt7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip…
/PHP-7.4/ext/pcntl/
H A Dphp_pcntl.h62 PHP_FUNCTION(pcntl_sigtimedwait);
H A Dpcntl.c210 PHP_FE(pcntl_sigtimedwait, arginfo_pcntl_sigtimedwait)
1286 PHP_FUNCTION(pcntl_sigtimedwait) in PHP_FUNCTION() argument

Completed in 9 milliseconds