Home
last modified time | relevance | path

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

/system/core/init/
Dsignal_handler.c95 if (++svc->nr_crashed > CRITICAL_CRASH_THRESHOLD) { in wait_for_one_process()
104 svc->nr_crashed = 1; in wait_for_one_process()
Dinit.h91 int nr_crashed; /* number of times crashed within window */ member