Searched refs:pcntl_sigtimedwait (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/pcntl/tests/ |
H A D | pcntl_alarm.phpt | 4 <?php if (!function_exists("pcntl_sigtimedwait")) die("skip pcntl_sigtimedwait() not available"); ?> 16 var_dump(pcntl_sigtimedwait(array(SIGALRM),$siginfo,2) === SIGALRM);
|
H A D | 002.phpt | 2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait() 7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip… 68 var_dump(pcntl_sigtimedwait(array(SIGTERM), $signo, PHP_INT_MAX, PHP_INT_MAX)); 71 pcntl_sigtimedwait(array(SIGINT), $siginfo, 3600, 0);
|
H A D | 003.phpt | 7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip…
|
/PHP-5.4/ext/pcntl/ |
H A D | php_pcntl.h | 52 PHP_FUNCTION(pcntl_sigtimedwait);
|
H A D | pcntl.c | 173 PHP_FE(pcntl_sigtimedwait, arginfo_pcntl_sigtimedwait) 1095 PHP_FUNCTION(pcntl_sigtimedwait) in PHP_FUNCTION() argument
|
/PHP-5.4/ |
H A D | NEWS | 4707 . Added pcntl_sigtimedwait().
|
Completed in 31 milliseconds