Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.c122 # define WAIT_NOHANG(status) waitpid (-1, (status), WNOHANG) macro
128 # define WAIT_NOHANG(status) wait3 ((status), WNOHANG, (struct rusage *) 0) macro
455 #ifdef WAIT_NOHANG in reap_children()
551 #ifdef WAIT_NOHANG in reap_children()
553 pid = WAIT_NOHANG (&status); in reap_children()