Searched refs:shutdown_timeout_timespec (Results 1 – 1 of 1) sorted by relevance
341 timespec shutdown_timeout_timespec; in RebootMonitorThread() local342 if (clock_gettime(CLOCK_MONOTONIC, &shutdown_timeout_timespec) == -1) { in RebootMonitorThread()349 shutdown_timeout_timespec.tv_sec += remaining_shutdown_time; in RebootMonitorThread()351 LOG(INFO) << "shutdown_timeout_timespec.tv_sec: " << shutdown_timeout_timespec.tv_sec; in RebootMonitorThread()355 &shutdown_timeout_timespec)) == -1 && in RebootMonitorThread()401 shutdown_timeout_timespec.tv_sec - current_time_timespec.tv_sec; in RebootMonitorThread()