Searched refs:WNOHANG (Results 1 – 9 of 9) sorted by relevance
/PHP-8.4/ext/pcntl/tests/ |
H A D | pcntl_wait.phpt | 22 var_dump(pcntl_wait($status, WNOHANG | WUNTRACED));
|
H A D | waiting_on_sigchild_pcntl_wait.phpt | 17 while (($pid = pcntl_wait($status, WUNTRACED | WNOHANG)) > 0) {
|
/PHP-8.4/ext/pcntl/ |
H A D | pcntl.stub.php | 14 const WNOHANG = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 300 #if defined(WNOHANG) in register_pcntl_symbols() 301 REGISTER_LONG_CONSTANT("WNOHANG", LONG_CONST(WNOHANG), CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_children.c | 227 while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) { in fpm_children_bury()
|
/PHP-8.4/ext/mysqli/tests/ |
H A D | mysqli_fork.phpt | 141 $wait_id = pcntl_waitpid($pid, $status, WNOHANG);
|
/PHP-8.4/ext/standard/ |
H A D | proc_open.c | 301 waitpid_options = WNOHANG; in proc_open_rsrc_dtor() 421 wait_pid = waitpid_cached(proc, &wstatus, WNOHANG|WUNTRACED); in PHP_FUNCTION()
|
/PHP-8.4/main/ |
H A D | main.c | 1792 while (waitpid(-1, NULL, WNOHANG) > 0); in sigchld_handler()
|
/PHP-8.4/sapi/litespeed/ |
H A D | lsapilib.c | 2905 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
|
Completed in 34 milliseconds