OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVC_CRITICAL
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
init.h
71
#define
SVC_CRITICAL
0x20 /* will reboot into recovery if keeps crashing */
signal_handler.c
94
if ((svc->flags &
SVC_CRITICAL
) && !(svc->flags & SVC_RESTART)) {
init_parser.c
755
svc->flags |=
SVC_CRITICAL
;
Completed in 52 milliseconds