Searched refs:IsShutdownCritical (Results 1 – 2 of 2) sorted by relevance
385 } else if (s->IsShutdownCritical()) { in DoReboot()437 if (!s->IsShutdownCritical()) s->Terminate(); in DoReboot()453 if (!s->IsShutdownCritical() && s->pid() != 0 && (s->flags() & SVC_CONSOLE) == 0) { in DoReboot()473 if (!s->IsShutdownCritical()) s->Stop(); in DoReboot()
93 bool IsShutdownCritical() const { return (flags_ & SVC_SHUTDOWN_CRITICAL) != 0; } in IsShutdownCritical() function