Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h89 if (LIKELY(getCurrentTSD())) in initThreadMaybe()
137 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock()
168 ALWAYS_INLINE TSD<Allocator> *getCurrentTSD() { in getCurrentTSD() function