Searched refs:gAborting (Results 1 – 13 of 13) sorted by relevance
102 if (gAborting == 0) { // Avoid recursive aborts. in RegisterAsLocked()119 if (kDebugLocking && gAborting == 0) { // Avoid recursive aborts. in RegisterAsUnlocked()183 if (result && self != nullptr && level_ != kMonitorLock && !gAborting) { in IsExclusiveHeld()
230 if (kDebugLocking && (gAborting == 0)) { in AssertExclusiveHeld()238 if (kDebugLocking && (gAborting == 0)) { in AssertNotHeldExclusive()328 if (kDebugLocking && (gAborting == 0)) { in AssertExclusiveHeld()336 if (kDebugLocking && (gAborting == 0)) { in AssertNotExclusiveHeld()347 if (kDebugLocking && (gAborting == 0)) { in AssertSharedHeld()357 if (kDebugLocking && (gAborting == 0)) { in AssertNotHeld()
63 extern unsigned int gAborting;
40 unsigned int gAborting = 0; variable
213 if (gAborting == 0) { // Avoid recursive aborts. in CheckSafeToWait()
41 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
86 if (gAborting == 0) { in AssertThreadSuspensionIsAllowable()102 if (gAborting == 0) { in AssertThreadSuspensionIsAllowable()
316 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
191 LOG((kIsDebugBuild && (gAborting == 0)) ? FATAL : ERROR) in WaitForThreadsToRunThroughCheckpoint()257 if (kDebugLocking && gAborting == 0) { in RunCheckpoint()
294 if (gAborting > 1) { in Dump()298 gAborting++; in Dump()354 gAborting++; // set before taking any locks in Abort()
1115 use_addr2line = (gAborting > 0) && RunCommand("addr2line -h", nullptr, nullptr); in DumpNativeStack()
912 if (gAborting == 0 && self != nullptr && thread != nullptr && thread->tlsPtr_.opeer != nullptr) { in DumpState()1195 bool dump_for_abort = (gAborting > 0); in DumpStack()
243 Thread::Current()->AssertThreadSuspensionIsAllowable(gAborting == 0); in RegTypeCache()