Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dwait.h7 #define WSTOPPED WUNTRACED macro
/openbmc/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()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.cpp147 WEXITED | WSTOPPED, in captureDump()
/openbmc/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c398 if (options & WSTOPPED) { in clone_reap()
H A Dtest_core.c221 (void)clone_reap(pid, WSTOPPED); in test_cgcore_populated()
/openbmc/linux/kernel/
H A Dexit.c1654 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()
1657 if (!(options & (WEXITED|WSTOPPED|WCONTINUED))) in kernel_waitid()
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp521 childPtr = std::make_unique<Child>(event, pid, WEXITED | WSTOPPED, in generateCSR()
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1123 wait4(16967, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP | 0x80}], WSTOPPED|__WALL, NULL) = 16967