Searched defs:wait_pid (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/bionic/benchmarks/ |
H A D | unistd_benchmark.cpp | 55 pid_t wait_pid = waitpid(pid, 0, 0); in BM_unistd_fork_call() local
|
/aosp_15_r20/system/unwinding/libunwindstack/utils/ |
H A D | PidUtils.cpp | 32 pid_t wait_pid = waitpid(pid, &status, WNOHANG); in Exited() local
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | File.cpp | 62 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, &wstatus, 0)); in WaitPid() local
|
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 315 int wait_pid = waitpid(pid_, &status, WNOHANG); in InternalExec() local 329 int wait_pid = waitpid(pid_, &kill_status, WNOHANG); in InternalExec() local
|
/aosp_15_r20/bionic/tests/ |
H A D | malloc_iterate_test.cpp | 259 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, nullptr, WNOHANG)); in TEST() local
|