Searched refs:shutdown_timeout (Results 1 – 1 of 1) sorted by relevance
324 sem_t* reboot_semaphore, std::chrono::milliseconds shutdown_timeout, in RebootMonitorThread() argument333 remaining_shutdown_time = shutdown_watchdog_timeout + shutdown_timeout.count() / 1000; in RebootMonitorThread()620 auto shutdown_timeout = 0ms; in DoReboot() local629 shutdown_timeout = std::chrono::seconds(shutdown_timeout_final); in DoReboot()631 LOG(INFO) << "Shutdown timeout: " << shutdown_timeout.count() << " ms"; in DoReboot()644 shutdown_timeout, &reboot_monitor_run); in DoReboot()734 if (shutdown_timeout > 0ms) { in DoReboot()735 StopServicesAndLogViolations(stop_first, shutdown_timeout / 2, true /* SIGTERM */); in DoReboot()772 TryUmountAndFsck(cmd, run_fsck, shutdown_timeout - t.duration(), &reboot_semaphore); in DoReboot()