Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h224 if (kDebugLocking && (gAborting == 0)) { in AssertExclusiveHeld()
232 if (kDebugLocking && (gAborting == 0)) { in AssertNotHeldExclusive()
322 if (kDebugLocking && (gAborting == 0)) { in AssertExclusiveHeld()
330 if (kDebugLocking && (gAborting == 0)) { in AssertNotExclusiveHeld()
341 if (kDebugLocking && (gAborting == 0)) { in AssertSharedHeld()
351 if (kDebugLocking && (gAborting == 0)) { in AssertNotHeld()
Dmutex-inl.h144 if (kDebugLocking && !gAborting) { in RegisterAsUnlocked()
216 if (result && self != NULL && level_ != kMonitorLock && !gAborting) { in IsExclusiveHeld()
Dlogging.cc30 unsigned int gAborting = 0; variable
Dlogging.h324 extern unsigned int gAborting;
/art/runtime/
Druntime_android.cc42 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
Druntime_linux.cc283 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
Druntime.cc216 if (gAborting > 1) { in Dump()
220 gAborting++; in Dump()
277 gAborting++; // set before taking any locks in Abort()
Dthread.cc759 if (gAborting == 0 && self != nullptr && thread != nullptr && thread->tlsPtr_.opeer != nullptr) { in DumpState()
1029 bool dump_for_abort = (gAborting > 0); in DumpStack()