Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/pcntl/tests/
H A Dpcntl_wait.phpt13 pcntl_wait($status, WUNTRACED);
22 var_dump(pcntl_wait($status, WNOHANG | WUNTRACED));
H A Dpcntl_wait_rusage1.phpt13 var_dump(pcntl_wait($status, WUNTRACED, $rusage));
20 pcntl_wait($status, WUNTRACED, $rusage);
H A Dpcntl_waitpid_rusage1.phpt13 var_dump(pcntl_waitpid($pid, $status, WUNTRACED, $rusage));
20 pcntl_waitpid($pid, $status, WUNTRACED, $rusage);
H A Dwaiting_on_sigchild_pcntl_wait.phpt17 while (($pid = pcntl_wait($status, WUNTRACED | WNOHANG)) > 0) {
H A D001.phpt59 $options=WUNTRACED;
/php-src/ext/pcntl/
H A Dpcntl.stub.php19 const WUNTRACED = UNKNOWN; define
H A Dpcntl_arginfo.h312 #if defined(WUNTRACED) in register_pcntl_symbols()
313 REGISTER_LONG_CONSTANT("WUNTRACED", LONG_CONST(WUNTRACED), CONST_PERSISTENT); in register_pcntl_symbols()
/php-src/sapi/fpm/fpm/
H A Dfpm_children.c227 while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) { in fpm_children_bury()
/php-src/ext/standard/
H A Dproc_open.c422 wait_pid = waitpid_cached(proc, &wstatus, WNOHANG|WUNTRACED); in PHP_FUNCTION()
/php-src/sapi/litespeed/
H A Dlsapilib.c2905 pid = waitpid( -1, &status, WNOHANG|WUNTRACED ); in lsapi_sigchild()

Completed in 29 milliseconds