Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice.h59 #define SVC_GENTLE_KILL 0x2000 // This service should be stopped with SIGTERM instead of SIGKILL macro
H A Dservice.cpp904 if (flags_ & SVC_GENTLE_KILL) { in StopOrReset()
H A Dservice_parser.cpp155 service_->flags_ |= SVC_GENTLE_KILL; in ParseGentleKill()