Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp46 static bool waitpid_with_timeout(pid_t pid, int timeout_ms, int* status) { in waitpid_with_timeout() function
337 bool ret = waitpid_with_timeout(pid, options.TimeoutInMs(), &status); in RunCommandToFd()
356 if (!waitpid_with_timeout(pid, 5000, nullptr)) { in RunCommandToFd()
358 if (!waitpid_with_timeout(pid, 5000, nullptr)) { in RunCommandToFd()