Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h34 CurrentTSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in ScopedTSD()
39 if (UNLIKELY(UnlockRequired)) in ~ScopedTSD()
46 CurrentTSD->assertLocked(/*BypassCheck=*/!UnlockRequired);
52 bool UnlockRequired; member
135 getTSDAndLock(bool *UnlockRequired) NO_THREAD_SAFETY_ANALYSIS { in getTSDAndLock()
138 *UnlockRequired = false; in getTSDAndLock()
142 *UnlockRequired = true; in getTSDAndLock()