Searched refs:WNOWAIT (Results 1 – 6 of 6) sorted by relevance
13 #define WNOWAIT 0x01000000 macro
10 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
26 #define WNOWAIT 0x01000000 macro
75 ret = waitid(P_ALL, getpgrp(), &info, WNOWAIT); in TestCase()
994 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()1171 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()1196 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()1233 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()1492 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()