Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h227 bool IsShuttingDownUnsafe() const { in IsShuttingDownUnsafe() function
Druntime.cc644 if (current != nullptr && current->IsStarted() && !current->IsShuttingDownUnsafe()) { in Abort()