Home
last modified time | relevance | path

Searched refs:pcntl_sigwaitinfo (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/pcntl/tests/
H A D002.phpt2 pcntl: pcntl_sigprocmask(), pcntl_sigwaitinfo(), pcntl_sigtimedwait()
7 …elseif (!function_exists('pcntl_sigwaitinfo') or !function_exists('pcntl_sigtimedwait')) die('skip…
25 $signo = pcntl_sigwaitinfo(array(SIGTERM), $siginfo);
37 $signo = pcntl_sigwaitinfo(array((string)SIGCHLD), $siginfo);
66 var_dump(pcntl_sigwaitinfo(array(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.h59 PHP_FUNCTION(pcntl_sigwaitinfo);
H A Dpcntl.stub.php35 function pcntl_sigwaitinfo(array $signals, &$info = []): int|false {} function
H A Dpcntl_arginfo.h133 ZEND_FUNCTION(pcntl_sigwaitinfo);
174 ZEND_FE(pcntl_sigwaitinfo, arginfo_pcntl_sigwaitinfo)
H A Dpcntl.c1056 static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{{ */ in pcntl_sigwaitinfo() function
1115 PHP_FUNCTION(pcntl_sigwaitinfo) in PHP_FUNCTION() argument
1117 pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1124 pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()

Completed in 17 milliseconds