Searched refs:WUNTRACED (Results 1 – 8 of 8) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | wait.h | 6 #define WUNTRACED 0x00000002 macro 7 #define WSTOPPED WUNTRACED
|
| /linux/arch/um/os-Linux/ |
| H A D | start_up.c | 117 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 D | safesetid-test.c | 285 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 D | process.c | 122 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 D | pidfd_wait.c | 123 ASSERT_EQ(sys_waitid(P_PIDFD, pidfd, &info, WUNTRACED), 0); in TEST()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | memfd_secret.c | 168 ret = waitpid(ppid, &status, WUNTRACED); in try_ptrace()
|
| H A D | protection_keys.c | 1330 ret = waitpid(child_pid, &status, WUNTRACED); in test_ptrace_of_child()
|
| /linux/kernel/ |
| H A D | exit.c | 1334 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped() 1848 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
|