Searched refs:IsShutdownCritical (Results 1 – 2 of 2) sorted by relevance
382 } else if (s->IsShutdownCritical()) { in DoReboot()402 if (!s->IsShutdownCritical()) s->Terminate(); in DoReboot()418 if (!s->IsShutdownCritical() && s->pid() != 0 && (s->flags() & SVC_CONSOLE) == 0) { in DoReboot()438 if (!s->IsShutdownCritical()) s->Stop(); in DoReboot()
90 bool IsShutdownCritical() const { return (flags_ & SVC_SHUTDOWN_CRITICAL) != 0; } in IsShutdownCritical() function