Searched refs:getCurrentTSD (Results 1 – 2 of 2) sorted by relevance
26 ALWAYS_INLINE ScudoTSD* getCurrentTSD() {37 if (LIKELY(getCurrentTSD()))46 ScudoTSD *TSD = getCurrentTSD();
56 if (LIKELY(getCurrentTSD())) in initThreadMaybe()62 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock()118 ALWAYS_INLINE TSD<Allocator> *getCurrentTSD() { in getCurrentTSD() function