Searched refs:__WALL (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/arch/um/os-Linux/ |
D | helper.c | 100 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in run_helper() 137 CATCH_EINTR(pid = waitpid(pid, &status, __WALL)); in run_helper_thread() 156 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 | 153 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
|
/Linux-v6.6/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 63 wpid = waitpid(pid, &status, __WALL); in run_test() 90 wpid = waitpid(pid, &status, __WALL); in run_test() 116 wpid = waitpid(pid, &status, __WALL); in run_test()
|
D | breakpoint_test_arm64.c | 127 wpid = waitpid(pid, &status, __WALL); in run_test() 154 wpid = waitpid(pid, &status, __WALL); in run_test()
|
/Linux-v6.6/include/uapi/linux/ |
D | wait.h | 13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
|
/Linux-v6.6/arch/um/os-Linux/skas/ |
D | process.c | 112 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done() 209 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap() 342 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace() 426 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
|
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
D | mmio_warning_test.c | 112 while (waitpid(pid, &status, __WALL) != pid) in main()
|
/Linux-v6.6/tools/testing/selftests/clone3/ |
D | clone3.c | 96 if (waitpid(-1, &status, __WALL) < 0) { in call_clone3()
|
/Linux-v6.6/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 359 pid = waitpid(-1, &status, __WALL); in ptrace_me()
|
/Linux-v6.6/kernel/ |
D | pid_namespace.c | 220 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
|
D | exit.c | 1076 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child() 1656 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid() 1754 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
|
/Linux-v6.6/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 384 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()
|
/Linux-v6.6/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1123 wait4(16967, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP | 0x80}], WSTOPPED|__WALL, NULL) = 16967
|