Searched defs:wait_pid (Results 1 – 4 of 4) sorted by relevance
/aosp12/bionic/benchmarks/ |
H A D | unistd_benchmark.cpp | 55 pid_t wait_pid = waitpid(pid, 0, 0); in BM_unistd_fork_call() local
|
/aosp12/system/extras/memory_replay/ |
H A D | File.cpp | 61 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, &wstatus, 0)); in WaitPid() local
|
/aosp12/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 131 int wait_pid = waitpid(*pid, &status, WNOHANG); in Exec() local 145 int wait_pid = waitpid(*pid, &kill_status, WNOHANG); in Exec() local
|
/aosp12/bionic/tests/ |
H A D | malloc_iterate_test.cpp | 258 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, nullptr, WNOHANG)); in TEST() local
|