Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c63 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 Dbreakpoint_test_arm64.c127 wpid = waitpid(pid, &status, __WALL); in run_test()
154 wpid = waitpid(pid, &status, __WALL); in run_test()
/linux/arch/um/os-Linux/
H A Dprocess.c43 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_process()
65 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_ptraced_process()
H A Dutil.c152 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
/linux/include/uapi/linux/
H A Dwait.h13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/linux/arch/um/os-Linux/skas/
H A Dprocess.c122 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done()
492 WUNTRACED | __WALL)); in start_userspace()
692 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c359 pid = waitpid(-1, &status, __WALL); in ptrace_me()
/linux/tools/testing/selftests/clone3/
H A Dclone3.c97 if (waitpid(-1, &status, __WALL) < 0) { in call_clone3()
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c470 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()