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