Searched refs:WNOWAIT (Results 1 – 2 of 2) sorted by relevance
10 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
1006 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()1183 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()1208 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()1245 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()1520 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()