Searched refs:__WALL (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
D | helper.c | 99 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in run_helper() 132 CATCH_EINTR(pid = waitpid(pid, &status, __WALL)); in run_helper_thread() 151 int wflags = __WALL; in helper_wait()
|
D | process.c | 107 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_process() 121 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_ptraced_process()
|
D | util.c | 145 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
|
/linux-4.4.14/include/uapi/linux/ |
D | wait.h | 12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
|
/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/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 360 pid = waitpid(-1, &status, __WALL); in ptrace_me()
|
/linux-4.4.14/kernel/ |
D | pid_namespace.c | 238 rc = sys_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
|
D | exit.c | 931 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child() 1608 __WNOTHREAD|__WCLONE|__WALL)) in SYSCALL_DEFINE4()
|