Searched refs:WNOWAIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dwait.h10 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
/linux-master/kernel/
H A Dexit.c1092 if (unlikely(wo->wo_flags & WNOWAIT)) {
1266 if (!unlikely(wo->wo_flags & WNOWAIT))
1291 if (likely(!(wo->wo_flags & WNOWAIT)))
1328 if (!unlikely(wo->wo_flags & WNOWAIT))
1652 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED|
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c166 ASSERT_EQ(sys_waitid(P_PID, self->child_pid_exited, WEXITED | WNOWAIT), 0);

Completed in 111 milliseconds