| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
| H A D | 17-8.c | 83 waitpid(pid, &s, 0); in main()
|
| H A D | 17-9.c | 83 waitpid(pid, &s, 0); in main()
|
| H A D | 9-1.c | 98 waitpid(pid, &s, 0); in main()
|
| /third_party/musl/include/sys/ |
| H A D | wait.h | 21 pid_t waitpid (pid_t, int *, int );
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | spawn.c | 37 TEST(waitpid(pid, &status, 0), pid); in main()
|
| /third_party/musl/libc-test/src/functionalext/supplement/process/ |
| H A D | fork.c | 55 waitpid(fpid, NULL, options); in fork_0100()
|
| /third_party/musl/libc-test/src/gwp_asan/ |
| H A D | gwp_asan_smoke_test.c | 98 if (waitpid(pid, &status, 0) != pid) {
in main() 99 t_error("gwp_asan_smoke_test waitpid failed.");
in main()
|
| /foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
| H A D | system_func_mock.h | 50 MOCK_METHOD3(waitpid, pid_t(pid_t pid, int *status, int options));
|
| /third_party/libuv/test/ |
| H A D | test-pipe-close-stdout-read-stdin.c | 110 waitpid(pid, &status, 0); in TEST_IMPL()
|
| /third_party/ltp/testcases/kernel/containers/share/ |
| H A D | ns_exec.c | 147 if (waitpid(pid, &rv, 0) == -1) { in main() 148 tst_resm(TINFO | TERRNO, "waitpid"); in main()
|
| /third_party/ltp/testcases/kernel/controllers/cgroup/ |
| H A D | cgroup_core03.c | 36 ret = waitpid(pid, &status, 0); in wait_for_pid()
|
| /third_party/ltp/testcases/kernel/containers/pidns/ |
| H A D | pidns05.c | 109 waitpid(pids[i], &status, 0); in run()
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | pthread_exit-dtor.c | 57 if (waitpid(pid, &r, 0) != pid) { in main() 58 t_error("waitpid failed: %s\n", strerror(errno)); in main()
|
| H A D | malloc-overflow-check.c | 94 if (waitpid(pid, &status, 0) != pid) { in main() 95 t_error("%s waitpid failed: %s\n", pname, strerror(errno)); in main()
|
| H A D | malloc-double-free-check.c | 83 if (waitpid(pid, &status, 0) != pid) { in main() 84 t_error("%s waitpid failed: %s\n", argv[0], strerror(errno)); in main()
|
| /third_party/ltp/testcases/kernel/ipc/semaphore/ |
| H A D | sem01.c | 145 waitpid(pid, &chstat, 0); in main()
|
| /third_party/ltp/testcases/kernel/syscalls/futex/ |
| H A D | futex_wake03.c | 48 while (waitpid(-1, &res, WNOHANG) > 0) in do_wake()
|
| /third_party/ltp/testcases/kernel/syscalls/ptrace/ |
| H A D | ptrace05.c | 109 waitpid(child, &status, 0); in main()
|
| /third_party/ltp/testcases/kernel/syscalls/setpgid/ |
| H A D | setpgid01.c | 98 if (waitpid(child, &status, 0) == -1) in wait4child() 99 tst_resm(TBROK|TERRNO, "waitpid"); in wait4child()
|
| /third_party/ltp/testcases/kernel/syscalls/mprotect/ |
| H A D | mprotect03.c | 109 waitpid(pid, &status, 0); in main()
|
| /third_party/ltp/testcases/kernel/syscalls/pipe/ |
| H A D | pipe13.c | 64 ret = waitpid(-1, NULL, WNOHANG); in verify_pipe() 66 tst_brk(TBROK | TERRNO, "waitpid()"); in verify_pipe()
|
| /third_party/ltp/testcases/kernel/syscalls/modify_ldt/ |
| H A D | modify_ldt02.c | 128 (void)waitpid(pid, &status, 0); in main()
|
| /third_party/ltp/testcases/kernel/uevents/ |
| H A D | uevent.h | 158 ret = waitpid(pid, &status, WNOHANG); in wait_for_pid()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
| H A D | 16-1.c | 144 ctl = waitpid(child, &status, 0); in main()
|
| H A D | 18-1.c | 128 ctl = waitpid(child, &status, 0); in main()
|