Home
last modified time | relevance | path

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

/aosp12/bionic/benchmarks/
H A Dunistd_benchmark.cpp55 pid_t wait_pid = waitpid(pid, 0, 0); in BM_unistd_fork_call() local
/aosp12/system/extras/memory_replay/
H A DFile.cpp61 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, &wstatus, 0)); in WaitPid() local
/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp131 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 Dmalloc_iterate_test.cpp258 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, nullptr, WNOHANG)); in TEST() local