Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dscoped_thread_state_change.cc45 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr) || gAborting > 0; in ScopedThreadChangeDestructorCheck() local
46 CHECK(shutting_down); in ScopedThreadChangeDestructorCheck()