Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A 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()
H A Dprocess.c107 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_process()
121 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in os_kill_ptraced_process()
H A Dutil.c146 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dprocess.c61 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in wait_stub_done()
159 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in handle_trap()
298 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED | __WALL)); in start_userspace()
382 CATCH_EINTR(err = waitpid(pid, &status, WUNTRACED | __WALL)); in userspace()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dwaitflags.h38 #define __WALL 0x40000000 /* Wait for any child. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dwaitflags.h38 #define __WALL 0x40000000 /* Wait for any child. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dwait.h13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dwait.h13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwait.h13 #define __WALL 0x40000000 /* Wait on all children, regardless of type */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c118 while (waitpid(pid, &status, __WALL) != pid) in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/
H A Dclone3.c96 if (waitpid(-1, &status, __WALL) < 0) { in call_clone3()
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c359 pid = waitpid(-1, &status, __WALL); in ptrace_me()
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c962 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1494 __WNOTHREAD|__WCLONE|__WALL)) in kernel_waitid()
1592 __WNOTHREAD|__WCLONE|__WALL)) in kernel_wait4()
H A Dpid_namespace.c224 rc = kernel_wait4(-1, NULL, __WALL, NULL); in zap_pid_ns_processes()
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dcgroup_util.c371 ret = waitid(P_PID, pid, &info, options | __WALL | __WNOTHREAD); in clone_reap()
/OK3568_Linux_fs/kernel/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1114 wait4(16967, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGTRAP | 0x80}], WSTOPPED|__WALL, NULL) = 16967