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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h52 return &ThreadTSD;
91 ThreadTSD.initLinkerInitialized(Instance);
102 static THREADLOCAL TSD<Allocator> ThreadTSD; member in struct:scudo::TSDRegistryExT
108 THREADLOCAL TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; member in class:scudo::TSDRegistryExT
120 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) {
121 TSDRegistryT::ThreadTSD.DestructorIterations--;
127 TSDRegistryT::ThreadTSD.commitBack(Instance);
H A Dtsd_shared.h90 ThreadTSD = CurrentTSD;
102 return ThreadTSD;
169 static THREADLOCAL TSD<Allocator> *ThreadTSD; member in struct:scudo::TSDRegistrySharedT
176 *TSDRegistrySharedT<Allocator, MaxTSDCount>::ThreadTSD; member in class:scudo::TSDRegistrySharedT

Completed in 107 milliseconds