Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/tests/
H A Dpcntl_alarm.phpt4 <?php if (!function_exists("pcntl_sigtimedwait")) die("skip pcntl_sigtimedwait() not available"); ?>
15 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-8.0/ext/pcntl/
H A Dphp_pcntl.h60 PHP_FUNCTION(pcntl_sigtimedwait);
H A Dpcntl.stub.php38 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i… function
H A Dpcntl_arginfo.h136 ZEND_FUNCTION(pcntl_sigtimedwait);
177 ZEND_FE(pcntl_sigtimedwait, arginfo_pcntl_sigtimedwait)
H A Dpcntl.c1122 PHP_FUNCTION(pcntl_sigtimedwait) in PHP_FUNCTION() argument

Completed in 19 milliseconds