Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.inc26 ALWAYS_INLINE ScudoTSD* getCurrentTSD() {
37 if (LIKELY(getCurrentTSD()))
46 ScudoTSD *TSD = getCurrentTSD();
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h56 if (LIKELY(getCurrentTSD())) in initThreadMaybe()
62 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock()
118 ALWAYS_INLINE TSD<Allocator> *getCurrentTSD() { in getCurrentTSD() function