Searched refs:__WALL (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/uapi/linux/
H A Dwait.h13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/linux-master/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c63 wpid = waitpid(pid, &status, __WALL);
90 wpid = waitpid(pid, &status, __WALL);
116 wpid = waitpid(pid, &status, __WALL);
H A Dbreakpoint_test_arm64.c127 wpid = waitpid(pid, &status, __WALL);
154 wpid = waitpid(pid, &status, __WALL);
/linux-master/arch/um/os-Linux/
H A Dhelper.c100 CATCH_EINTR(waitpid(pid, NULL, __WALL));
137 CATCH_EINTR(pid = waitpid(pid, &status, __WALL));
156 int wflags = __WALL;
H A Dprocess.c107 CATCH_EINTR(waitpid(pid, NULL, __WALL));
121 CATCH_EINTR(waitpid(pid, NULL, __WALL));
H A Dutil.c153 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0)
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c112 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL));
300 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL));
381 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL));
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c359 pid = waitpid(-1, &status, __WALL);
/linux-master/tools/testing/selftests/clone3/
H A Dclone3.c97 if (waitpid(-1, &status, __WALL) < 0) {
/linux-master/kernel/
H A Dpid_namespace.c221 rc = kernel_wait4(-1, NULL, __WALL, NULL);
H A Dexit.c1056 * Wait for all children (clone and not) if __WALL is set or
1059 if (ptrace || (wo->wo_flags & __WALL))
1653 __WNOTHREAD|__WCLONE|__WALL))
1764 __WNOTHREAD|__WCLONE|__WALL))
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.c384 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD);

Completed in 161 milliseconds