Searched refs:TSDRegistryExT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h24 template <class Allocator> struct TSDRegistryExT { struct in namespace:scudo
108 THREADLOCAL TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD;
110 THREADLOCAL ThreadState TSDRegistryExT<Allocator>::State;
113 typedef TSDRegistryExT<Allocator> TSDRegistryT;
H A Dallocator_config.h36 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive

Completed in 157 milliseconds