Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dwait.h9 #define WCONTINUED 0x00000008 macro
/Linux-v4.19/kernel/
Dexit.c1282 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1405 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1552 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()
1555 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid()
1632 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()