Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:WNOHANG

122 # define WAIT_NOHANG(status)	waitpid (-1, (status), WNOHANG)
128 # define WAIT_NOHANG(status) wait3 ((status), WNOHANG, (struct rusage *) 0)