Searched refs:TSDRegistryT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | tsd_exclusive.h | 132 typedef TSDRegistryExT<Allocator> TSDRegistryT; in teardownThread() typedef 139 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread() 140 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread() 146 TSDRegistryT::ThreadTSD.commitBack(Instance); in teardownThread() 147 TSDRegistryT::State.InitState = ThreadState::TornDown; in teardownThread()
|
| D | allocator_config.h | 88 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive member 118 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs. member 149 using TSDRegistryT = TSDRegistrySharedT<A, 2U, 1U>; // Shared, max 2 TSDs. member 168 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 4U>; // Shared, max 8 TSDs. member 188 using TSDRegistryT = TSDRegistrySharedT<A, 1U, 1U>; // Shared, max 1 TSD. member
|
| D | combined.h | 51 typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT; typedef 223 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry() 985 TSDRegistryT TSDRegistry;
|