Searched refs:WUNTRACED (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | wait.h | 6 #define WUNTRACED 0x00000002 macro 7 #define WSTOPPED WUNTRACED
|
/Linux-v4.19/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-v4.19/arch/um/os-Linux/skas/ |
D | process.c | 60 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done() 158 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap() 296 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace() 378 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
|
/Linux-v4.19/kernel/ |
D | exit.c | 1215 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped() 1632 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | protection_keys.c | 1243 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child()
|