Searched refs:waitpid_with_timeout (Results 1 – 1 of 1) sorted by relevance
46 static bool waitpid_with_timeout(pid_t pid, int timeout_ms, int* status) { in waitpid_with_timeout() function337 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()