Searched refs:SVC_GENTLE_KILL (Results 1 – 3 of 3) sorted by relevance
59 #define SVC_GENTLE_KILL 0x2000 // This service should be stopped with SIGTERM instead of SIGKILL macro
904 if (flags_ & SVC_GENTLE_KILL) { in StopOrReset()
155 service_->flags_ |= SVC_GENTLE_KILL; in ParseGentleKill()