Home
last modified time | relevance | path

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

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