Home
last modified time | relevance | path

Searched refs:SAFE_WAITPID (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace02.c51 SAFE_WAITPID(child_pid[1], NULL, 0); in verify_ptrace()
53 SAFE_WAITPID(child_pid[0], NULL, 0); in verify_ptrace()
Dptrace09.c55 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run()
66 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run()
Dptrace01.c103 SAFE_WAITPID(child_pid, &status, 0); in run()
112 SAFE_WAITPID(child_pid, &status, 0); in run()
Dptrace07.c108 SAFE_WAITPID(pid, NULL, 0); in do_test()
159 SAFE_WAITPID(pid, &status, 0); in do_test()
Dptrace11.c37 SAFE_WAITPID(1, NULL, 0); in verify_ptrace()
/third_party/ltp/testcases/kernel/mem/swapping/
Dswapping01.c133 SAFE_WAITPID(pid, &status, WUNTRACED); in check_swapping()
159 SAFE_WAITPID(pid, &status, 0); in check_swapping()
/third_party/ltp/testcases/kernel/mem/tunable/
Dmax_map_count.c187 SAFE_WAITPID(pid, &status, WUNTRACED); in max_map_count_test()
206 SAFE_WAITPID(pid, &status, 0); in max_map_count_test()
Dmin_free_kbytes.c76 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/
Dpipe09.c123 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/
Dmprotect02.c99 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/
Drequest_key03.c132 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/
Dmigrate_pages02.c184 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/
Dprocess_vm_readv02.c81 SAFE_WAITPID(cleanup, pids[1], &status, 0); in main()
88 SAFE_WAITPID(cleanup, pids[0], &status, 0); in main()
Dprocess_vm_writev02.c94 SAFE_WAITPID(cleanup, pids[1], &status, 0); in main()
101 SAFE_WAITPID(cleanup, pids[0], &status, 0); in main()
Dprocess_vm_readv03.c100 SAFE_WAITPID(cleanup, pids[1], &status, 0); in main()
107 SAFE_WAITPID(cleanup, pids[0], &status, 0); in main()
/third_party/ltp/libs/libltpsigwait/
Dsigwait.c198 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/
Dtest22.c18 SAFE_WAITPID(pid, NULL, 0); in do_test()
/third_party/ltp/testcases/kernel/syscalls/kill/
Dkill06.c36 SAFE_WAITPID(-1, &status, 0); in verify_kill()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit04.c39 SAFE_WAITPID(child, &status, 0); in test_setrlimit()
Dsetrlimit05.c47 SAFE_WAITPID(pid, &status, 0); in verify_setrlimit()
/third_party/ltp/testcases/kernel/syscalls/creat/
Dcreat07.c47 SAFE_WAITPID(pid, NULL, 0); in verify_creat()
/third_party/ltp/testcases/kernel/syscalls/clone/
Dclone07.c39 SAFE_WAITPID(pid, &status, 0); in verify_clone()
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/
Dpidfd_open03.c44 SAFE_WAITPID(pid, NULL, 0); in run()
/third_party/ltp/testcases/kernel/syscalls/access/
Daccess03.c40 SAFE_WAITPID(pid, NULL, 0); in verify_access()
/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages12.c191 SAFE_WAITPID(cpid, &status, 0); in do_test()
206 SAFE_WAITPID(cpid, &status, 0); in do_test()

1234