Searched refs:gAborting (Results 1 – 8 of 8) sorted by relevance
224 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()
144 if (kDebugLocking && !gAborting) { in RegisterAsUnlocked()216 if (result && self != NULL && level_ != kMonitorLock && !gAborting) { in IsExclusiveHeld()
30 unsigned int gAborting = 0; variable
324 extern unsigned int gAborting;
42 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
283 gAborting++; // set before taking any locks in HandleUnexpectedSignal()
216 if (gAborting > 1) { in Dump()220 gAborting++; in Dump()277 gAborting++; // set before taking any locks in Abort()
759 if (gAborting == 0 && self != nullptr && thread != nullptr && thread->tlsPtr_.opeer != nullptr) { in DumpState()1029 bool dump_for_abort = (gAborting > 0); in DumpStack()