Home
last modified time | relevance | path

Searched defs: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