Searched refs:WUNTRACED (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/pcntl/tests/ |
H A D | pcntl_wait.phpt | 13 pcntl_wait($status, WUNTRACED); 22 var_dump(pcntl_wait($status, WNOHANG | WUNTRACED));
|
H A D | pcntl_wait_rusage1.phpt | 13 var_dump(pcntl_wait($status, WUNTRACED, $rusage)); 20 pcntl_wait($status, WUNTRACED, $rusage);
|
H A D | pcntl_waitpid_rusage1.phpt | 13 var_dump(pcntl_waitpid($pid, $status, WUNTRACED, $rusage)); 20 pcntl_waitpid($pid, $status, WUNTRACED, $rusage);
|
H A D | waiting_on_sigchild_pcntl_wait.phpt | 17 while (($pid = pcntl_wait($status, WUNTRACED | WNOHANG)) > 0) {
|
H A D | 001.phpt | 59 $options=WUNTRACED;
|
/PHP-8.2/ext/pcntl/ |
H A D | pcntl.stub.php | 19 const WUNTRACED = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 236 #if defined(WUNTRACED) in register_pcntl_symbols() 237 REGISTER_LONG_CONSTANT("WUNTRACED", LONG_CONST(WUNTRACED), CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_children.c | 208 while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) { in fpm_children_bury()
|
/PHP-8.2/ext/standard/ |
H A D | proc_open.c | 386 wait_pid = waitpid(proc->child, &wstatus, WNOHANG|WUNTRACED); in PHP_FUNCTION()
|
/PHP-8.2/sapi/litespeed/ |
H A D | lsapilib.c | 2909 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
|
Completed in 23 milliseconds