WUNTRACED         220 ext/pcntl/pcntl.c #ifdef WUNTRACED
WUNTRACED         221 ext/pcntl/pcntl.c 	REGISTER_LONG_CONSTANT("WUNTRACED",  (zend_long) WUNTRACED, CONST_CS | CONST_PERSISTENT);
WUNTRACED         350 ext/standard/proc_open.c 	wait_pid = waitpid(proc->child, &wstatus, WNOHANG|WUNTRACED);
WUNTRACED         183 sapi/fpm/fpm/fpm_children.c 	while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) {
WUNTRACED        2598 sapi/litespeed/lsapilib.c         pid = waitpid( -1, &status, WNOHANG|WUNTRACED );