Searched refs:TSDRegistryExT (Results 1 – 2 of 2) sorted by relevance
29 template <class Allocator> struct TSDRegistryExT { struct30 using ThisT = TSDRegistryExT<Allocator>; argument172 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; argument174 thread_local ThreadState TSDRegistryExT<Allocator>::State;178 typedef TSDRegistryExT<Allocator> TSDRegistryT; in teardownThread()
52 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive