Home
last modified time | relevance | path

Searched refs:__WALL (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c72 wpid = waitpid(pid, &status, __WALL); in run_test()
98 wpid = waitpid(pid, &status, __WALL); in run_test()
124 wpid = waitpid(pid, &status, __WALL); in run_test()
Dbreakpoint_test_arm64.c136 wpid = waitpid(pid, &status, __WALL); in run_test()
163 wpid = waitpid(pid, &status, __WALL); in run_test()
/Linux-v4.19/arch/um/os-Linux/
Dhelper.c99 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()
Dprocess.c107 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_process()
121 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_ptraced_process()
Dutil.c146 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
/Linux-v4.19/include/uapi/linux/
Dwait.h13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c60 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done()
158 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap()
296 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace()
378 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
/Linux-v4.19/tools/testing/selftests/x86/
Dtest_syscall_vdso.c367 pid = waitpid(-1, &status, __WALL); in ptrace_me()
/Linux-v4.19/kernel/
Dexit.c1022 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1553 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid()
1633 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
Dpid_namespace.c231 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()