Searched refs:WNOWAIT (Results 1 – 2 of 2) sorted by relevance
9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
992 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()1190 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()1212 if (unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()1265 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()1539 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED)) in SYSCALL_DEFINE5()