Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h34 CurrentTSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in ScopedTSD()
135 getTSDAndLock(bool *UnlockRequired) NO_THREAD_SAFETY_ANALYSIS { in getTSDAndLock() function
H A Dtsd_shared.h33 CurrentTSD = TSDRegistry.getTSDAndLock(); in ScopedTSD()
136 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock() NO_THREAD_SAFETY_ANALYSIS { in getTSDAndLock() function