Searched refs:SVC_EXEC (Results 1 – 2 of 2) sorted by relevance
47 #define SVC_EXEC 0x400 // This service was started by either 'exec' or 'exec_start' and stops macro91 void UnSetExec() { flags_ &= ~SVC_EXEC; } in UnSetExec()
677 flags_ |= SVC_EXEC | SVC_ONESHOT; in ExecStart()856 if ((flags_ & SVC_EXEC) != 0) { in Start()1038 unsigned flags = SVC_EXEC | SVC_ONESHOT | SVC_TEMPORARY; in MakeExecOneshotService()1185 if (svc->flags() & SVC_EXEC) { in ReapOneProcess()1206 if (svc->flags() & SVC_EXEC) { in ReapOneProcess()