Searched refs:WNOWAIT (Results 1 – 3 of 3) sorted by relevance
10 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
1106 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()1284 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()1309 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()1346 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()1652 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()
166 ASSERT_EQ(sys_waitid(P_PID, self->child_pid_exited, WEXITED | WNOWAIT), 0); in FIXTURE_SETUP()