/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace02.c | 51 SAFE_WAITPID(child_pid[1], NULL, 0); in verify_ptrace() 53 SAFE_WAITPID(child_pid[0], NULL, 0); in verify_ptrace()
|
D | ptrace09.c | 55 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run() 66 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run()
|
D | ptrace01.c | 103 SAFE_WAITPID(child_pid, &status, 0); in run() 112 SAFE_WAITPID(child_pid, &status, 0); in run()
|
D | ptrace07.c | 108 SAFE_WAITPID(pid, NULL, 0); in do_test() 159 SAFE_WAITPID(pid, &status, 0); in do_test()
|
D | ptrace11.c | 37 SAFE_WAITPID(1, NULL, 0); in verify_ptrace()
|
/third_party/ltp/testcases/kernel/mem/swapping/ |
D | swapping01.c | 133 SAFE_WAITPID(pid, &status, WUNTRACED); in check_swapping() 159 SAFE_WAITPID(pid, &status, 0); in check_swapping()
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
D | max_map_count.c | 187 SAFE_WAITPID(pid, &status, WUNTRACED); in max_map_count_test() 206 SAFE_WAITPID(pid, &status, 0); in max_map_count_test()
|
D | min_free_kbytes.c | 76 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in min_free_kbytes_test() 121 SAFE_WAITPID(pid[i], &status, WUNTRACED | WCONTINUED); in test_tune()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe09.c | 123 SAFE_WAITPID(cleanup, fork_1, &wtstatus, 0); in main() 149 SAFE_WAITPID(cleanup, fork_2, &wtstatus, 0); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect02.c | 99 SAFE_WAITPID(cleanup, pid, &status, 0); in main() 129 SAFE_WAITPID(cleanup, pid, &status, 0); in main()
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key03.c | 132 SAFE_WAITPID(add_key_pid, &status, 0); in test_with_key_type() 146 SAFE_WAITPID(request_key_pid, &status, 0); in test_with_key_type()
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages02.c | 184 SAFE_WAITPID(child, NULL, 0); in test_migrate_current_process() 246 SAFE_WAITPID(child1, NULL, 0); in test_migrate_other_process() 247 SAFE_WAITPID(child2, NULL, 0); in test_migrate_other_process()
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm_readv02.c | 81 SAFE_WAITPID(cleanup, pids[1], &status, 0); in main() 88 SAFE_WAITPID(cleanup, pids[0], &status, 0); in main()
|
D | process_vm_writev02.c | 94 SAFE_WAITPID(cleanup, pids[1], &status, 0); in main() 101 SAFE_WAITPID(cleanup, pids[0], &status, 0); in main()
|
D | process_vm_readv03.c | 100 SAFE_WAITPID(cleanup, pids[1], &status, 0); in main() 107 SAFE_WAITPID(cleanup, pids[0], &status, 0); in main()
|
/third_party/ltp/libs/libltpsigwait/ |
D | sigwait.c | 198 SAFE_WAITPID(child[0], &status, 0); in test_masked_matching_rt() 199 SAFE_WAITPID(child[1], &status, 0); in test_masked_matching_rt() 340 SAFE_WAITPID(pid, &status, 0); in test_bad_address2()
|
/third_party/ltp/lib/newlib_tests/ |
D | test22.c | 18 SAFE_WAITPID(pid, NULL, 0); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
D | kill06.c | 36 SAFE_WAITPID(-1, &status, 0); in verify_kill()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit04.c | 39 SAFE_WAITPID(child, &status, 0); in test_setrlimit()
|
D | setrlimit05.c | 47 SAFE_WAITPID(pid, &status, 0); in verify_setrlimit()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
D | creat07.c | 47 SAFE_WAITPID(pid, NULL, 0); in verify_creat()
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
D | clone07.c | 39 SAFE_WAITPID(pid, &status, 0); in verify_clone()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/ |
D | pidfd_open03.c | 44 SAFE_WAITPID(pid, NULL, 0); in run()
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
D | access03.c | 40 SAFE_WAITPID(pid, NULL, 0); in verify_access()
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages12.c | 191 SAFE_WAITPID(cpid, &status, 0); in do_test() 206 SAFE_WAITPID(cpid, &status, 0); in do_test()
|