Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dwait.h8 #define WCONTINUED 0x00000008 macro
/linux-4.4.14/kernel/
Dexit.c1253 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1392 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1539 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED)) in SYSCALL_DEFINE5()
1541 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in SYSCALL_DEFINE5()
1607 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in SYSCALL_DEFINE4()