Home
last modified time | relevance | path

Searched refs:shutdown_timeout (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dreboot.cpp322 sem_t* reboot_semaphore, std::chrono::milliseconds shutdown_timeout, in RebootMonitorThread() argument
331 remaining_shutdown_time = shutdown_watchdog_timeout + shutdown_timeout.count() / 1000; in RebootMonitorThread()
588 auto shutdown_timeout = 0ms; in DoReboot() local
597 shutdown_timeout = std::chrono::seconds(shutdown_timeout_final); in DoReboot()
599 LOG(INFO) << "Shutdown timeout: " << shutdown_timeout.count() << " ms"; in DoReboot()
612 shutdown_timeout, &reboot_monitor_run); in DoReboot()
700 if (shutdown_timeout > 0ms) { in DoReboot()
701 StopServicesAndLogViolations(stop_first, shutdown_timeout / 2, true /* SIGTERM */); in DoReboot()
738 TryUmountAndFsck(cmd, run_fsck, shutdown_timeout - t.duration(), &reboot_semaphore); in DoReboot()