Searched refs:pcntl_sigwaitinfo (Results 1 – 4 of 4) sorted by relevance
2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip…24 $signo = pcntl_sigwaitinfo(array(SIGTERM), $siginfo);36 $signo = pcntl_sigwaitinfo(array((string)SIGCHLD), $siginfo);65 var_dump(pcntl_sigwaitinfo(array(0)));
7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip…
61 PHP_FUNCTION(pcntl_sigwaitinfo);
180 PHP_FE(pcntl_sigwaitinfo, arginfo_pcntl_sigwaitinfo)1079 static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */ in pcntl_sigwaitinfo() function1180 PHP_FUNCTION(pcntl_sigwaitinfo) in PHP_FUNCTION() argument1182 pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()1190 pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
Completed in 9 milliseconds