Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dwait.h9 #define WNOWAIT 0x01000000 /* Don't reap, just poll status. */ macro
/linux-4.1.27/kernel/
Dexit.c988 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1186 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1208 if (unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1261 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1535 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED)) in SYSCALL_DEFINE5()