Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp45 static bool waitpid_with_timeout(pid_t pid, int timeout_seconds, int* status) { in waitpid_with_timeout() function
310 bool ret = waitpid_with_timeout(pid, options.Timeout(), &status); in RunCommandToFd()
329 if (!waitpid_with_timeout(pid, 5, nullptr)) { in RunCommandToFd()
331 if (!waitpid_with_timeout(pid, 5, nullptr)) { in RunCommandToFd()