| /third_party/musl/libc-test/src/api/ |
| H A D | sys_wait.c | 30 {pid_t(*p)(pid_t,int*,int) = waitpid;} in f()
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| H A D | putw.c | 72 waitpid(pid, &status, 0); in putw_0200()
|
| /third_party/musl/libc-test/src/gwp_asan/ |
| H A D | buffer_overflow.c | 72 if (waitpid(pid, &status, 0) != pid) {
in main() 73 t_error("gwp_asan_buffer_overflow_test waitpid failed.");
in main()
|
| H A D | buffer_underflow.c | 72 if (waitpid(pid, &status, 0) != pid) {
in main() 73 t_error("gwp_asan_buffer_underflow_test waitpid failed.");
in main()
|
| H A D | invalid_free_left.c | 68 if (waitpid(pid, &status, 0) != pid) {
in main() 69 t_error("gwp_asan_invalid_free_left_test waitpid failed.");
in main()
|
| H A D | use_after_free.c | 67 if (waitpid(pid, &status, 0) != pid) {
in main() 68 t_error("gwp_asan_invalid_free_right_test waitpid failed.");
in main()
|
| H A D | invalid_free_right.c | 67 if (waitpid(pid, &status, 0) != pid) {
in main() 68 t_error("gwp_asan_invalid_free_right_test waitpid failed.");
in main()
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | forker.c | 61 waitpid (pid, &status, 0); in main()
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | daemon-failure.c | 61 if (waitpid(r, &s, 0) != r) in main() 62 t_error("waitpid failed: %s\n", strerror(errno)); in main()
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| H A D | wait.h | 21 pid_t waitpid (pid_t, int *, int );
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| H A D | wait.h | 21 pid_t waitpid (pid_t, int *, int );
|
| /third_party/musl/src/process/ |
| H A D | system.c | 41 if (!ret) while (waitpid(pid, &status, 0)<0 && errno == EINTR); in system()
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| H A D | wait.h | 21 pid_t waitpid (pid_t, int *, int );
|
| /third_party/musl/porting/liteos_a/kernel/include/sys/ |
| H A D | wait.h | 25 pid_t waitpid (pid_t, int *, int );
|
| /third_party/musl/porting/liteos_a/user/src/process/ |
| H A D | system.c | 42 if (!ret) while (waitpid(pid, &status, 0)<0 && errno == EINTR); in system()
|
| /third_party/musl/src/misc/ |
| H A D | forkpty.c | 43 waitpid(pid, &status, 0); in forkpty()
|
| /third_party/ltp/testcases/kernel/sched/cfs-scheduler/ |
| H A D | starvation.c | 35 ret = waitpid(pid, &status, 0); in wait_for_pid()
|
| /third_party/ltp/testcases/kernel/syscalls/kill/ |
| H A D | kill09.c | 171 waitpid(0, &status, WNOHANG); in main()
|
| H A D | kill08.c | 124 waitpid(pid1, &status, 0); in main()
|
| /third_party/ltp/testcases/kernel/syscalls/fork/ |
| H A D | fork05.c | 184 waitpid(pid, &res, 0); in main()
|
| /third_party/ltp/testcases/kernel/syscalls/waitpid/ |
| H A D | waitpid02.c | 100 while (((npid = waitpid(pid, &status, 0)) != -1) || in main() 106 tst_resm(TFAIL, "waitpid error: " in main() 117 * waitpid in main() 120 tst_resm(TFAIL, "waitpid error: " in main() 129 * waitpid in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
| H A D | 17-2.c | 145 ctl = waitpid(child, &status, 0); in main()
|
| H A D | 17-1.c | 114 ctl = waitpid(child, &status, 0); in main()
|
| H A D | 6-1.c | 129 ctl = waitpid(child, &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
| H A D | 6-1.c | 90 waitpid(child, &status, WUNTRACED); in main()
|