Home | History | Annotate | Download | only in base

Lines Matching refs:IsShuttingDown

327 static bool IsShuttingDown() NO_THREAD_SAFETY_ANALYSIS {
333 bool shutting_down = IsShuttingDown();
769 bool shutting_down = runtime == nullptr || runtime->IsShuttingDown(Thread::Current());