Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp864 auto started_timeout = GetMillisProperty("init.userspace_reboot.started.timeoutmillis", 10s); in UserspaceRebootWatchdogThread() local
865 if (!WaitForProperty("sys.init.userspace_reboot.in_progress", "1", started_timeout)) { in UserspaceRebootWatchdogThread()
866 LOG(ERROR) << "Userspace reboot didn't start in " << started_timeout.count() in UserspaceRebootWatchdogThread()