Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dwait.h9 #define WCONTINUED 0x00000008 macro
/Linux-v5.4/kernel/
Dexit.c1233 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1356 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1520 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()
1523 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid()
1612 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
/Linux-v5.4/tools/testing/selftests/safesetid/
Dsafesetid-test.c223 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_wait.c178 ret = sys_waitid(P_PIDFD, pidfd, &info, WCONTINUED, NULL); in test_pidfd_wait_states()