Searched refs:setCurrentTSD (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.cpp50 ALWAYS_INLINE void setCurrentTSD(ScudoTSD *TSD) { function in namespace:__scudo
64 setCurrentTSD(&TSDs[Index % NumberOfTSDs]);
81 setCurrentTSD(&TSDs[Index]);
96 setCurrentTSD(CandidateTSD);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h51 setCurrentTSD(nullptr);
86 ALWAYS_INLINE void setCurrentTSD(TSD<Allocator> *CurrentTSD) { function in struct:scudo::TSDRegistrySharedT
119 setCurrentTSD(&TSDs[Index % NumberOfTSDs]);
136 setCurrentTSD(&TSDs[Index]);
151 setCurrentTSD(CandidateTSD);

Completed in 60 milliseconds