Searched refs:WNOWAIT (Results 1 – 2 of 2) sorted by relevance
84 #define WNOWAIT 8 /* Poll only. Don't delete the proc entry. */ macro
863 if (options & WNOWAIT) { in proc_reap()1189 if ((options & WNOWAIT) == 0) { in report_alive_proc()1232 if ((options & ~(WUNTRACED | WNOHANG | WCONTINUED | WNOWAIT | in kern_wait6()