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