Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dwait.h7 #define WSTOPPED WUNTRACED macro
/linux-6.6.21/tools/testing/selftests/pidfd/
Dpidfd_wait.c120 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WSTOPPED, NULL), 0); in TEST()
218 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WSTOPPED, NULL), 0); in TEST()
/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/
Dptrace-syscall.c45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/linux-6.6.21/tools/testing/selftests/x86/
Dptrace_syscall.c87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/linux-6.6.21/tools/testing/selftests/cgroup/
Dcgroup_util.c396 if (options & WSTOPPED) { in clone_reap()
Dtest_core.c219 (void)clone_reap(pid, WSTOPPED); in test_cgcore_populated()
/linux-6.6.21/kernel/
Dexit.c1652 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()
1655 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid()
/linux-6.6.21/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1123 wait4(16967, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP | 0x80}], WSTOPPED|__WALL, NULL) = 16967