Searched refs:gAborting (Results 1 – 14 of 14) 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()
239 if (kDebugLocking && (gAborting == 0)) { in AssertExclusiveHeld()247 if (kDebugLocking && (gAborting == 0)) { in AssertNotHeldExclusive()342 if (kDebugLocking && (gAborting == 0)) { in AssertExclusiveHeld()350 if (kDebugLocking && (gAborting == 0)) { in AssertNotExclusiveHeld()363 if (kDebugLocking && (gAborting == 0)) { in AssertSharedHeld()375 if (kDebugLocking && (gAborting == 0)) { in AssertNotHeld()
68 extern unsigned int gAborting;
40 unsigned int gAborting = 0; variable
216 if (gAborting == 0) { // Avoid recursive aborts. in CheckSafeToWait()
41 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
91 if (gAborting == 0) { in ~Barrier()
98 if (gAborting == 0) { in AssertThreadSuspensionIsAllowable()114 if (gAborting == 0) { in AssertThreadSuspensionIsAllowable()
320 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
349 if (gAborting > 1) { in Dump()353 gAborting++; in Dump()410 gAborting++; // set before taking any locks in Abort()
216 LOG((kIsDebugBuild && (gAborting == 0)) ? FATAL : ERROR) in WaitForThreadsToRunThroughCheckpoint()
1237 if (gAborting == 0 && self != nullptr && thread != nullptr && thread->tlsPtr_.opeer != nullptr) { in DumpState()1520 bool dump_for_abort = (gAborting > 0); in DumpStack()
1136 use_addr2line = (gAborting > 0) && RunCommand("addr2line -h", nullptr, nullptr); in DumpNativeStack()
272 Thread::Current()->AssertThreadSuspensionIsAllowable(gAborting == 0); in RegTypeCache()