Searched refs:__WALL (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | wait.h | 12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
D | process.c | 58 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done() 160 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap() 278 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace() 361 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | process.c | 101 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_process() 115 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.1.27/kernel/ |
D | pid_namespace.c | 238 rc = sys_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
|
D | exit.c | 927 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child() 1604 __WNOTHREAD|__WCLONE|__WALL)) in SYSCALL_DEFINE4()
|