Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp339 timespec shutdown_timeout_timespec; in RebootMonitorThread() local
340 if (clock_gettime(CLOCK_MONOTONIC, &shutdown_timeout_timespec) == -1) { in RebootMonitorThread()
347 shutdown_timeout_timespec.tv_sec += remaining_shutdown_time; in RebootMonitorThread()
349 LOG(INFO) << "shutdown_timeout_timespec.tv_sec: " << shutdown_timeout_timespec.tv_sec; in RebootMonitorThread()
353 &shutdown_timeout_timespec)) == -1 && in RebootMonitorThread()
399 shutdown_timeout_timespec.tv_sec - current_time_timespec.tv_sec; in RebootMonitorThread()