Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c75 if (waitpid(child, &child_status, WSTOPPED) != child || in TEST()
122 if (waitpid(child, &child_status, WSTOPPED) != -1 || errno != EINTR) in TEST()
/linux/include/uapi/linux/
H A Dwait.h7 #define WSTOPPED WUNTRACED macro
/linux/tools/testing/selftests/pidfd/
H A 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/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c420 if (options & WSTOPPED) { in clone_reap()
H A Dtest_core.c221 (void)clone_reap(pid, WSTOPPED); in test_cgcore_populated()
/linux/kernel/
H A Dexit.c1712 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid_prepare()
1715 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid_prepare()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1158 wait4(16967, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP | 0x80}], WSTOPPED|__WALL, NULL) = 16967