Searched refs:ThreadTSD (Results 1 – 2 of 2) sorted by relevance
50 ThreadTSD.commitBack(Instance); in unmapTestOnly()51 ThreadTSD = {}; in unmapTestOnly()65 Instance->drainCache(&ThreadTSD); in drainCaches()87 return &ThreadTSD; in getTSDAndLock()135 ThreadTSD.init(Instance); in initThread()146 static thread_local TSD<Allocator> ThreadTSD; member152 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD;165 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()166 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()172 TSDRegistryT::ThreadTSD.commitBack(Instance); in teardownThread()
139 static thread_local uptr ThreadTSD; in getTlsPtr()140 return &ThreadTSD; in getTlsPtr()