Home
last modified time | relevance | path

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

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