| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/ |
| H A D | vmaccess.c | 62 k = waitpid(-1, &s, WNOHANG); in TEST() 71 k = waitpid(-1, &s, 0); in TEST() 77 k = waitpid(-1, &s, 0); in TEST() 81 k = waitpid(-1, NULL, 0); in TEST()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_syscall.c | 37 waitpid(fork_pid, &child_ret, 0); in syscall_fpu() 66 waitpid(pid2, &child_ret, 0); in test_syscall_fpu() 74 waitpid(pid, &child_ret, 0); in test_syscall_fpu()
|
| H A D | vmx_syscall.c | 38 waitpid(fork_pid, &child_ret, 0); in vmx_syscall() 72 waitpid(pid2, &child_ret, 0); in test_vmx_syscall() 80 waitpid(pid, &child_ret, 0); in test_vmx_syscall()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | bp-modify.c | 67 waitpid(child, &status, 0); in bp_modify1() 106 waitpid(child, &status, 0); in bp_modify1() 144 waitpid(child, &status, 0); in bp_modify2() 182 waitpid(child, &status, 0); in bp_modify2()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | syslog | 54 waitpid () 87 waitpid $pid1 88 waitpid $pid2
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | start_up.c | 105 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in start_ptraced_child() 129 CATCH_EINTR(n = waitpid(pid, &status, 0)); in stop_ptraced_child() 176 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_sysemu() 216 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_sysemu() 274 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED)); in check_ptrace()
|
| H A D | helper.c | 99 CATCH_EINTR(waitpid(pid, NULL, __WALL)); in run_helper() 132 CATCH_EINTR(pid = waitpid(pid, &status, __WALL)); in run_helper_thread() 153 CATCH_EINTR(ret = waitpid(pid, &status, wflags)); in helper_wait()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | fsgsbase_restore.c | 185 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main() 214 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in main() 224 if (waitpid(chld, &status, 0) != chld) in main()
|
| H A D | ptrace_syscall.c | 198 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart() 285 if (waitpid(chld, &status, 0) != chld) in test_ptrace_syscall_restart() 319 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_restart_under_ptrace() 374 if (waitpid(chld, &status, 0) != chld) in test_restart_under_ptrace() 406 if (waitpid(chld, &status, 0) != chld) in test_restart_under_ptrace()
|
| H A D | mov_ss_trap.c | 62 if (waitpid(child, &status, 0) != child) in enable_watchpoint() 77 if (waitpid(parent, &status, 0) != parent) in enable_watchpoint()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-loadavg-001.c | 61 if (waitpid(pid, NULL, 0) == -1) in main() 77 if (waitpid(pid, &wstatus, 0) == -1) in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch | 48 reaped = waitpid(pid, &status, 0); 51 - rpmlog(RPMLOG_DEBUG, "%s: waitpid(%d) rc %d status %x\n", 52 + rpmlog(RPMLOG_INFO, "%s: waitpid(%d) rc %d status %x\n",
|
| /OK3568_Linux_fs/kernel/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() 186 wpid = waitpid(pid, &status, 0); in run_test()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | 0001-Use-1-instead-of-WAIT_ANY.patch | 22 - while (((pid = waitpid(WAIT_ANY, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) { 23 + while (((pid = waitpid(-1, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sysklogd/files/ |
| H A D | sysklogd | 94 waitpid () function 131 waitpid $pid
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/ |
| H A D | clone3_cap_checkpoint_restore.c | 72 if (waitpid(pid, &status, 0) < 0) { in call_clone3_set_tid() 158 ASSERT_GT(waitpid(pid, &status, 0), 0) in TEST()
|
| H A D | clone3_set_tid.c | 108 if (waitpid(pid, &status, 0) < 0) { in call_clone3_set_tid() 262 if (waitpid(pid, &status, 0) < 0) in main() 373 if (waitpid(ns_pid, &status, 0) < 0) { in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 859 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 878 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 897 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 1597 ASSERT_EQ(tracer, waitpid(tracer, &status, 0)); in teardown_trace_fixture() 3024 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 3032 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 3053 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 3068 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 3074 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() 3102 ASSERT_EQ(child_pid, waitpid(child_pid, &status, 0)); in TEST() [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/ |
| H A D | process.c | 61 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/external/xserver/test/ |
| H A D | simple-xinit.c | 49 ret = waitpid(server_pid, &wstatus, 0); in kill_server() 129 ret = waitpid(client_pid, &wstatus, 0); in start_client()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_current_pid_tgid_new_ns.c | 60 waitpid(pid, &status, 0); in main() 73 waitpid(pid, &status, 0); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/ |
| H A D | 0001-Add-configure-time-check-for-setsid.patch | 28 waitpid \ 40 waitpid \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-syscall.c | 88 if (waitpid(chld, &status, 0) != chld || !WIFSTOPPED(status)) in test_ptrace_syscall_restart() 206 if (waitpid(chld, &status, 0) != chld) in test_ptrace_syscall_restart()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | rkupdate.c | 83 waitpid(pid, &status, 0); in start_main() 219 waitpid(pid, &status, 0); in do_rk_update()
|