Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h29 template <class Allocator> struct TSDRegistryExT { struct
30 using ThisT = TSDRegistryExT<Allocator>; argument
172 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; argument
174 thread_local ThreadState TSDRegistryExT<Allocator>::State;
178 typedef TSDRegistryExT<Allocator> TSDRegistryT; in teardownThread()
H A Dallocator_config.h52 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive