Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dunistd_benchmark.cpp55 pid_t wait_pid = waitpid(pid, 0, 0); in BM_unistd_fork_call() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp130 int wait_pid = waitpid(*pid, &status, WNOHANG); in Exec() local
144 int wait_pid = waitpid(*pid, &kill_status, WNOHANG); in Exec() local
/bionic/tests/
Dmalloc_iterate_test.cpp256 pid_t wait_pid = TEMP_FAILURE_RETRY(waitpid(pid, nullptr, WNOHANG)); in TEST() local