Home
last modified time | relevance | path

Searched refs:WUNTRACED (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dwait.h6 #define WUNTRACED 0x00000002 macro
7 #define WSTOPPED WUNTRACED
/Linux-v4.19/arch/um/os-Linux/
Dstart_up.c105 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/
Dprocess.c60 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/
Dexit.c1215 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/
Dprotection_keys.c1243 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child()