Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change-inl.h62 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr); in ~ScopedThreadStateChange() local
63 CHECK(shutting_down); in ~ScopedThreadStateChange()