Home
last modified time | relevance | path

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

/system/core/init/
Dinit.h71 #define SVC_CRITICAL 0x20 /* will reboot into recovery if keeps crashing */ macro
Dsignal_handler.c93 if (svc->flags & SVC_CRITICAL) { in wait_for_one_process()
Dinit_parser.c752 svc->flags |= SVC_CRITICAL; in parse_line_service()