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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h48 return &ThreadTSD;
86 ThreadTSD.initLinkerInitialized(Instance);
97 static THREADLOCAL TSD<Allocator> ThreadTSD; member in struct:scudo::TSDRegistryExT
103 THREADLOCAL TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; member in class:scudo::TSDRegistryExT
115 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) {
116 TSDRegistryT::ThreadTSD.DestructorIterations--;
122 TSDRegistryT::ThreadTSD.commitBack(Instance);
H A Dtsd_shared.h89 ThreadTSD = CurrentTSD;
101 return ThreadTSD;
168 static THREADLOCAL TSD<Allocator> *ThreadTSD; member in struct:scudo::TSDRegistrySharedT
175 *TSDRegistrySharedT<Allocator, MaxTSDCount>::ThreadTSD; member in class:scudo::TSDRegistrySharedT

Completed in 157 milliseconds