Searched refs:WUNTRACED (Results 1 – 10 of 10) sorted by relevance
/php-src/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-src/ext/pcntl/ |
H A D | pcntl.stub.php | 21 const WUNTRACED = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 303 #if defined(WUNTRACED) in register_pcntl_symbols() 304 REGISTER_LONG_CONSTANT("WUNTRACED", LONG_CONST(WUNTRACED), CONST_PERSISTENT); in register_pcntl_symbols()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_children.c | 227 while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) { in fpm_children_bury()
|
/php-src/ext/standard/ |
H A D | proc_open.c | 421 wait_pid = waitpid_cached(proc, &wstatus, WNOHANG|WUNTRACED); in PHP_FUNCTION()
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 2905 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()
|
Completed in 35 milliseconds