Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dwait.h9 #define WCONTINUED 0x00000008 macro
/linux/kernel/
A Dexit.c1241 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1364 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1559 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()
1562 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid()
1657 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
/linux/tools/testing/selftests/safesetid/
A Dsafesetid-test.c224 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
/linux/tools/testing/selftests/pidfd/
A Dpidfd_wait.c121 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WCONTINUED, NULL), 0); in TEST()
/linux/tools/testing/selftests/cgroup/
A Dcgroup_util.c394 if (options & WCONTINUED) { in clone_reap()

Completed in 14 milliseconds