Searched refs:CurrentTSD (Results 1 – 3 of 3) sorted by relevance
113 ALWAYS_INLINE void setCurrentTSD(TSD<Allocator> *CurrentTSD) { in setCurrentTSD()115 *getTlsPtr() |= reinterpret_cast<uptr>(CurrentTSD); in setCurrentTSD()161 NOINLINE TSD<Allocator> *getTSDAndLockSlow(TSD<Allocator> *CurrentTSD) { in getTSDAndLockSlow()165 const u32 R = static_cast<u32>(CurrentTSD->getPrecedence()); in getTSDAndLockSlow()200 CurrentTSD->lock(); in getTSDAndLockSlow()201 return CurrentTSD; in getTSDAndLockSlow()
23 extern THREADLOCAL ScudoTSD *CurrentTSD;30 return CurrentTSD;
30 THREADLOCAL ScudoTSD *CurrentTSD; variable54 CurrentTSD = TSD; in setCurrentTSD()