Searched defs:waitpid_with_timeout (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp592 bool waitpid_with_timeout(pid_t pid, int timeout_seconds, int* status) { function
759 // execvp's result will be handled after waitpid_with_timeout() below, but if it failed,
769 bool ret = waitpid_with_timeout(pid, timeout_seconds, &status);
787 if (!waitpid_with_timeout(pid, 5, NULL)) {
789 if (!waitpid_with_timeout(pid, 5, NULL)) {

Completed in 21 milliseconds