Searched refs:TSDRegistryT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h36 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive
50 using TSDRegistryT = TSDRegistrySharedT<A, 2U>; // Shared, max 2 TSDs.
64 using TSDRegistryT = TSDRegistrySharedT<A, 1U>; // Shared, only 1 TSD.
73 using TSDRegistryT = TSDRegistrySharedT<A, 8U>; // Shared, max 8 TSDs.
H A Dtsd_exclusive.h113 typedef TSDRegistryExT<Allocator> TSDRegistryT; typedef
120 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) {
121 TSDRegistryT::ThreadTSD.DestructorIterations--;
127 TSDRegistryT::ThreadTSD.commitBack(Instance);
128 TSDRegistryT::State = ThreadState::TornDown;
H A Dcombined.h44 typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT; typedef in class:scudo::Allocator
180 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; }
568 TSDRegistryT TSDRegistry;

Completed in 114 milliseconds