Searched refs:__WALL (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/tools/testing/selftests/breakpoints/ |
| H A 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()
|
| H A D | breakpoint_test_arm64.c | 127 wpid = waitpid(pid, &status, __WALL); in run_test() 154 wpid = waitpid(pid, &status, __WALL); in run_test()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | helper.c | 101 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in run_helper() 142 CATCH_EINTR(pid = waitpid(pid, &status, __WALL)); in run_helper_thread() 161 int wflags = __WALL; in helper_wait()
|
| H A D | process.c | 31 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_process() 45 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_ptraced_process()
|
| H A D | util.c | 153 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | wait.h | 13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
|
| /linux-6.15/arch/um/os-Linux/skas/ |
| H A D | process.c | 117 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done() 363 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace() 482 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
|
| /linux-6.15/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 359 pid = waitpid(-1, &status, __WALL); in ptrace_me()
|
| /linux-6.15/tools/testing/selftests/clone3/ |
| H A D | clone3.c | 97 if (waitpid(-1, &status, __WALL) < 0) { in call_clone3()
|
| /linux-6.15/kernel/ |
| H A D | pid_namespace.c | 243 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
|
| H A D | exit.c | 1134 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child() 1728 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid_prepare() 1839 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
|
| /linux-6.15/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | 408 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()
|
| /linux-6.15/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1158 wait4(16967, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP | 0x80}], WSTOPPED|__WALL, NULL) = 16967
|