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

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

Completed in 32 milliseconds