Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp103 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry()
110 TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry()
139 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache()
197 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry()
H A Dcombined_test.cpp448 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_exclusive.inc37 getTSDAndLock(bool *UnlockRequired) SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
H A Dscudo_tsd_shared.inc45 getTSDAndLock(bool *UnlockRequired) SANITIZER_NO_THREAD_SAFETY_ANALYSIS {
H A Dscudo_allocator.cpp352 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in allocate()
418 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()
437 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()
/llvm-project-15.0.7/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.h356 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired);
1120 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()
1132 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk()