Searched refs:ThreadTSD (Results 1 – 2 of 2) sorted by relevance
75 ThreadTSD.commitBack(Instance); in unmapTestOnly()76 ThreadTSD = {}; in unmapTestOnly()90 Instance->drainCache(&ThreadTSD); in drainCaches()139 return &ThreadTSD; in getTSDAndLock()155 ThreadTSD.init(Instance); in initThread()166 static thread_local TSD<Allocator> ThreadTSD; member172 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD;185 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()186 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()192 TSDRegistryT::ThreadTSD.commitBack(Instance); in teardownThread()
156 static thread_local uptr ThreadTSD; in getTlsPtr()157 return &ThreadTSD; in getTlsPtr()