Home
last modified time | relevance | path

Searched refs:WNOWAIT (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dwait.h9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
/linux-4.4.14/kernel/
Dexit.c992 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()