Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dwait.h6 #define WUNTRACED 0x00000002 macro
7 #define WSTOPPED WUNTRACED
/linux/arch/um/os-Linux/
H A Dstart_up.c117 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in start_ptraced_child()
158 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_sysemu()
211 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_ptrace()
/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c285 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setuid()
341 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setgid()
406 w = waitpid(cpid, &wstatus, WUNTRACED | WCONTINUED); in test_setgroups()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c122 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done()
492 WUNTRACED | __WALL)); in start_userspace()
692 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c123 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WUNTRACED), 0); in TEST()
/linux/tools/testing/selftests/mm/
H A Dmemfd_secret.c168 ret = waitpid(ppid, &status, WUNTRACED); in try_ptrace()
H A Dprotection_keys.c1330 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child()
/linux/kernel/
H A Dexit.c1334 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1848 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()