Home
last modified time | relevance | path

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

/system/core/init/
Dsignal_handler.cpp118 if (svc->time_crashed + CRITICAL_CRASH_WINDOW >= now) { in wait_for_one_process()
127 svc->time_crashed = now; in wait_for_one_process()
Dinit.h107 time_t time_crashed; /* first crash within inspection window */ member