WNOHANG           505 ext/fileinfo/libmagic/compress.c #ifdef WNOHANG
WNOHANG           506 ext/fileinfo/libmagic/compress.c 		while (waitpid(pid, NULL, WNOHANG) != -1)
WNOHANG           217 ext/pcntl/pcntl.c #ifdef WNOHANG
WNOHANG           218 ext/pcntl/pcntl.c 	REGISTER_LONG_CONSTANT("WNOHANG",  (zend_long) WNOHANG, CONST_CS | CONST_PERSISTENT);
WNOHANG           225 ext/standard/proc_open.c 		waitpid_options = WNOHANG;
WNOHANG           350 ext/standard/proc_open.c 	wait_pid = waitpid(proc->child, &wstatus, WNOHANG|WUNTRACED);
WNOHANG          1519 main/main.c    	while (waitpid(-1, NULL, WNOHANG) > 0);
WNOHANG           183 sapi/fpm/fpm/fpm_children.c 	while ( (pid = waitpid(-1, &status, WNOHANG | WUNTRACED)) > 0) {
WNOHANG          2598 sapi/litespeed/lsapilib.c         pid = waitpid( -1, &status, WNOHANG|WUNTRACED );