Searched refs:shutdown_timeout (Results 1 – 1 of 1) sorted by relevance
323 sem_t* reboot_semaphore, std::chrono::milliseconds shutdown_timeout, in RebootMonitorThread() argument332 remaining_shutdown_time = shutdown_watchdog_timeout + shutdown_timeout.count() / 1000; in RebootMonitorThread()572 auto shutdown_timeout = 0ms; in DoReboot() local581 shutdown_timeout = std::chrono::seconds(shutdown_timeout_final); in DoReboot()583 LOG(INFO) << "Shutdown timeout: " << shutdown_timeout.count() << " ms"; in DoReboot()596 shutdown_timeout, &reboot_monitor_run); in DoReboot()684 if (shutdown_timeout > 0ms) { in DoReboot()685 StopServicesAndLogViolations(stop_first, shutdown_timeout / 2, true /* SIGTERM */); in DoReboot()719 TryUmountAndFsck(cmd, run_fsck, shutdown_timeout - t.duration(), &reboot_semaphore); in DoReboot()