Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.inc37 getTSDAndLock(bool *UnlockRequired) NO_THREAD_SAFETY_ANALYSIS {
H A Dscudo_tsd_shared.inc45 getTSDAndLock(bool *UnlockRequired) NO_THREAD_SAFETY_ANALYSIS {
H A Dscudo_allocator.cpp351 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in allocate()
417 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()
436 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h65 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock() function
H A Dtsd_shared.h61 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock() function
H A Dcombined.h346 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired);
1110 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()
1122 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()