Searched refs:WUNTRACED (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/include/uapi/linux/ |
D | wait.h | 6 #define WUNTRACED 0x00000002 macro 7 #define WSTOPPED WUNTRACED
|
/linux-5.19.10/arch/um/os-Linux/ |
D | start_up.c | 105 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in start_ptraced_child() 176 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_sysemu() 216 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_sysemu() 274 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_ptrace()
|
/linux-5.19.10/arch/um/os-Linux/skas/ |
D | process.c | 112 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done() 210 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap() 345 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace() 429 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
|
/linux-5.19.10/tools/testing/selftests/safesetid/ |
D | safesetid-test.c | 224 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
|
/linux-5.19.10/tools/testing/selftests/vm/ |
D | memfd_secret.c | 125 ret = waitpid(ppid, &status, WUNTRACED); in try_ptrace()
|
D | protection_keys.c | 1408 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child()
|
/linux-5.19.10/tools/testing/selftests/pidfd/ |
D | pidfd_wait.c | 124 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WUNTRACED, NULL), 0); in TEST()
|
/linux-5.19.10/kernel/ |
D | exit.c | 1171 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped() 1654 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
|