Searched refs:SVC_RUNNING (Results 1 – 2 of 2) sorted by relevance
38 #define SVC_RUNNING 0x004 // currently active macro76 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning()
309 flags_ &= (~SVC_RUNNING); in Reap()696 if (flags_ & SVC_RUNNING) { in Start()829 flags_ |= SVC_RUNNING; in Start()901 if (flags_ & SVC_RUNNING) { in Restart()