Searched refs:WUNTRACED (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | wait.h | 5 #define WUNTRACED 0x00000002 macro 6 #define WSTOPPED WUNTRACED
|
/linux-4.4.14/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-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 59 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done() 158 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap() 277 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace() 353 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
|
/linux-4.4.14/kernel/ |
D | exit.c | 1173 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped() 1607 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in SYSCALL_DEFINE4()
|