Home
last modified time | relevance | path

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

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