Searched refs:WCONTINUED (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/uapi/linux/ |
D | wait.h | 9 #define WCONTINUED 0x00000008 macro
|
/linux-6.1.9/tools/testing/selftests/safesetid/ |
D | safesetid-test.c | 285 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid() 341 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setgid() 406 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setgroups()
|
/linux-6.1.9/kernel/ |
D | exit.c | 1325 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued() 1448 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task() 1643 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid() 1646 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid() 1741 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
|
/linux-6.1.9/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 127 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WCONTINUED, NULL), 0); in TEST()
|
/linux-6.1.9/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 399 if (options & WCONTINUED) { in clone_reap()
|