Searched refs:pcntl_sigwaitinfo (Results 1 – 5 of 5) sorted by relevance
2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()8 if (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip requ…28 $signo = pcntl_sigwaitinfo(array(SIGTERM), $siginfo);40 $signo = pcntl_sigwaitinfo(array((string)SIGCHLD), $siginfo);69 var_dump(pcntl_sigwaitinfo(array(0)));
8 if (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip requ…
770 static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */ in pcntl_sigwaitinfo() function835 PHP_FUNCTION(pcntl_sigwaitinfo) in PHP_FUNCTION() argument837 pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()844 pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
931 function pcntl_sigwaitinfo(array $signals, &$info = []): int|false {} function
146 ZEND_FUNCTION(pcntl_sigwaitinfo);193 ZEND_FE(pcntl_sigwaitinfo, arginfo_pcntl_sigwaitinfo)
Completed in 17 milliseconds