Searched refs:pcntl_sigtimedwait (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | pcntl_alarm.phpt | 6 <?php if (!function_exists("pcntl_sigtimedwait")) die("skip pcntl_sigtimedwait() not available"); ?> 17 var_dump(pcntl_sigtimedwait(array(SIGALRM),$siginfo,2) === SIGALRM);
|
H A D | 002.phpt | 2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait() 8 if (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip requ… 72 var_dump(pcntl_sigtimedwait(array(SIGTERM), $signo, PHP_INT_MAX, PHP_INT_MAX)); 75 pcntl_sigtimedwait(array(SIGINT), $siginfo, 3600, 0);
|
H A D | 003.phpt | 8 if (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip requ…
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 934 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i… function
|
H A D | pcntl_arginfo.h | 149 ZEND_FUNCTION(pcntl_sigtimedwait); 196 ZEND_FE(pcntl_sigtimedwait, arginfo_pcntl_sigtimedwait)
|
H A D | pcntl.c | 842 PHP_FUNCTION(pcntl_sigtimedwait) in PHP_FUNCTION() argument
|
Completed in 15 milliseconds