Searched refs:WSTOPPED (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | wait.h | 7 #define WSTOPPED WUNTRACED macro
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_wait.c | 120 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 D | ptrace-syscall.c | 45 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_bmc.cpp | 147 WEXITED | WSTOPPED, in captureDump()
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 87 if (waitid(P_PID, chld, &si, WEXITED|WSTOPPED) != 0) in wait_trap()
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 398 if (options & WSTOPPED) { in clone_reap()
|
H A D | test_core.c | 221 (void)clone_reap(pid, WSTOPPED); in test_cgcore_populated()
|
/openbmc/linux/kernel/ |
H A D | exit.c | 1654 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 D | certs_manager.cpp | 521 childPtr = std::make_unique<Child>(event, pid, WEXITED | WSTOPPED, in generateCSR()
|
/openbmc/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1123 wait4(16967, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP | 0x80}], WSTOPPED|__WALL, NULL) = 16967
|