Home
last modified time | relevance | path

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

/art/runtime/
Druntime_common.cc378 static std::atomic<bool> gIsRuntimeAbort = false; variable
381 gIsRuntimeAbort = true; in FlagRuntimeAbort()
452 bool runtime_abort = gIsRuntimeAbort.exchange(false); in HandleUnexpectedSignalCommon()