Home
last modified time | relevance | path

Searched defs:wait_pid (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/bionic/benchmarks/
H A Dunistd_benchmark.cpp55 pid_t wait_pid = waitpid(pid, 0, 0); in BM_unistd_fork_call() local
/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DPidUtils.cpp32 pid_t wait_pid = waitpid(pid, &status, WNOHANG); in Exited() local
/aosp_15_r20/system/extras/memory_replay/
H A DFile.cpp62 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, &wstatus, 0)); in WaitPid() local
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp315 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 Dmalloc_iterate_test.cpp259 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, nullptr, WNOHANG)); in TEST() local