Searched refs:ThreadTSD (Results 1 – 2 of 2) sorted by relevance
48 ThreadTSD.commitBack(Instance); in unmapTestOnly()49 ThreadTSD = {}; in unmapTestOnly()69 return &ThreadTSD; in getTSDAndLock()110 ThreadTSD.init(Instance); in initThread()121 static thread_local TSD<Allocator> ThreadTSD; member127 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD;139 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()140 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()146 TSDRegistryT::ThreadTSD.commitBack(Instance); in teardownThread()
106 static thread_local uptr ThreadTSD; in getTlsPtr()107 return &ThreadTSD; in getTlsPtr()