Searched refs:getTSDAndLock (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h48 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { function in struct:scudo::TSDRegistryExT
H A Dtsd_shared.h62 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { function in struct:scudo::TSDRegistrySharedT
H A Dcombined.h245 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired);
654 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired);
665 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp347 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired);
413 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired);
432 ScudoTSD *TSD = getTSDAndLock(&UnlockRequired);

Completed in 66 milliseconds