Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp340 timespec shutdown_timeout_timespec; in RebootMonitorThread() local
341 if (clock_gettime(CLOCK_MONOTONIC, &shutdown_timeout_timespec) == -1) { in RebootMonitorThread()
348 shutdown_timeout_timespec.tv_sec += remaining_shutdown_time; in RebootMonitorThread()
350 LOG(INFO) << "shutdown_timeout_timespec.tv_sec: " << shutdown_timeout_timespec.tv_sec; in RebootMonitorThread()
354 &shutdown_timeout_timespec)) == -1 && in RebootMonitorThread()
400 shutdown_timeout_timespec.tv_sec - current_time_timespec.tv_sec; in RebootMonitorThread()