Home
last modified time | relevance | path

Searched refs:WNOHANG (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_wait.phpt22 var_dump(pcntl_wait($status, WNOHANG | WUNTRACED));
H A Dwaiting_on_sigchild_pcntl_wait.phpt17 while (($pid = pcntl_wait($status, WUNTRACED | WNOHANG)) > 0) {
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php12 const WNOHANG = UNKNOWN; define
H A Dpcntl_arginfo.h233 #if defined(WNOHANG) in register_pcntl_symbols()
234 REGISTER_LONG_CONSTANT("WNOHANG", LONG_CONST(WNOHANG), CONST_PERSISTENT); in register_pcntl_symbols()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_children.c208 while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) { in fpm_children_bury()
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fork.phpt142 $wait_id = pcntl_waitpid($pid, $status, WNOHANG);
/PHP-8.2/ext/standard/
H A Dproc_open.c270 waitpid_options = WNOHANG; in proc_open_rsrc_dtor()
386 wait_pid = waitpid(proc->child, &wstatus, WNOHANG|WUNTRACED); in PHP_FUNCTION()
/PHP-8.2/main/
H A Dmain.c1741 while (waitpid(-1, NULL, WNOHANG) > 0); in sigchld_handler()
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c2909 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()

Completed in 44 milliseconds