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

/linux-master/include/uapi/linux/
H A Dwait.h9 #define WCONTINUED 0x00000008 macro
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c285 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED);
341 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED);
406 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c127 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WCONTINUED, NULL), 0);
/linux-master/kernel/
H A Dexit.c1316 if (!unlikely(wo->wo_flags & WCONTINUED))
1426 * cleared. If not, subset of WSTOPPED|WCONTINUED is set,
1437 * Clear notask_error if WCONTINUED | WEXITED.
1439 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED)))
1460 * use WCONTINUED from ptracer. You don't need or want it.
1652 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED|
1655 if (!(options & (WEXITED|WSTOPPED|WCONTINUED)))
1763 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED|
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c401 if (options & WCONTINUED) {

Completed in 135 milliseconds