OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVC_RUNNING
(Results
1 - 3
of
3
) sorted by null
/system/core/init/
init.h
68
#define
SVC_RUNNING
0x04 /* currently active */
signal_handler.c
79
svc->flags &= (~
SVC_RUNNING
);
init.c
175
if (svc->flags &
SVC_RUNNING
) {
356
svc->flags |=
SVC_RUNNING
;
368
svc->flags &= (~(
SVC_RUNNING
|SVC_RESTARTING));
Completed in 43 milliseconds