| /third_party/musl/src/misc/ |
| H A D | wordexp.c | 18 while (waitpid(pid, &status, 0) < 0 && errno == EINTR); in reap()
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | malloc-encode-pointer.c | 141 if (waitpid(pid, &status, 0) != pid) { in main() 142 t_error("%s waitpid failed: %s\n", argv[0], strerror(errno)); in main()
|
| H A D | malloc-modify-pointer.c | 128 if (waitpid(pid, &status, 0) != pid) { in main() 129 t_error("%s waitpid failed: %s\n", argv[0], strerror(errno)); in main()
|
| /third_party/ltp/testcases/kernel/mem/cpuset/ |
| H A D | cpuset01.c | 147 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) { in mem_hog_cpuset()
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| H A D | fcntl18.c | 147 waitpid(pid, &status, 0); in main()
|
| H A D | fcntl07.c | 119 waitpid(pid, &status, 0); in verify_cloexec() 122 tst_resm(TBROK, "waitpid return was 0%o", status); in verify_cloexec()
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
| H A D | semop03.c | 119 waitpid(pid, NULL, 0); in run()
|
| /third_party/ltp/testcases/kernel/syscalls/mmap/ |
| H A D | mmap10.c | 181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0) in mmapzero()
|
| /third_party/ltp/testcases/kernel/syscalls/kill/ |
| H A D | kill12.c | 123 while ((npid = waitpid(pid, &status, 0)) != -1 in main()
|
| H A D | kill07.c | 144 waitpid(pid, &status, 0); in main()
|
| /third_party/ltp/testcases/network/nfs/nfs_stress/ |
| H A D | nfs01_open_files.c | 62 waitpid(cid, &status, 0); in main()
|
| /third_party/ltp/testcases/kernel/syscalls/fork/ |
| H A D | fork04.c | 301 wait_status = waitpid(TEST_RETURN, &kid_status, 0); in main()
|
| /third_party/ltp/testcases/kernel/syscalls/ptrace/ |
| H A D | simple_tracer.c | 136 if (waitpid(pid, &status, 0) == -1) in main()
|
| /third_party/ltp/testcases/kernel/syscalls/setfsuid/ |
| H A D | setfsuid04.c | 134 if (waitpid(pid, &status, 0) == -1) { in do_master_child() 135 perror("waitpid failed"); in do_master_child()
|
| /third_party/ltp/testcases/kernel/syscalls/swapon/ |
| H A D | swapon03.c | 174 waitpid(pid, &status, 0); in setup_swap()
|
| /third_party/ltp/testcases/kernel/syscalls/waitpid/ |
| H A D | waitpid05.c | 124 while (((npid = waitpid(pid, &status, 0)) != in main() 130 tst_resm(TFAIL, "waitpid " in main() 171 * by waitpid in main() 174 tst_resm(TFAIL, "waitpid " in main() 184 * by waitpid in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
| H A D | 2-1.c | 189 ctl = waitpid(child, &status, 0); in main()
|
| H A D | 19-1.c | 144 ctl = waitpid(child, &status, 0); in main()
|
| H A D | 12-1.c | 216 ctl = waitpid(child, &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
| H A D | 1-5.c | 195 ctrl = waitpid(child, &status, 0); in threaded()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
| H A D | 5-1.c | 107 if (child != waitpid(child, &status, 0)) { in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
| H A D | 2-2.c | 186 ctl = waitpid(child, &status, 0); in threaded()
|
| H A D | 4-1.c | 194 ctl = waitpid(child, &status, 0); in threaded()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
| H A D | 6-1.c | 145 chk = waitpid(pid, &status, 0); in threaded()
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | ipc_sem.c | 119 T(waitpid(p, &status, 0)); in main()
|