Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h48 ThreadTSD.commitBack(Instance); in unmapTestOnly()
49 ThreadTSD = {}; in unmapTestOnly()
69 return &ThreadTSD; in getTSDAndLock()
110 ThreadTSD.init(Instance); in initThread()
121 static thread_local TSD<Allocator> ThreadTSD; member
127 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD;
139 if (TSDRegistryT::ThreadTSD.DestructorIterations > 1) { in teardownThread()
140 TSDRegistryT::ThreadTSD.DestructorIterations--; in teardownThread()
146 TSDRegistryT::ThreadTSD.commitBack(Instance); in teardownThread()
H A Dtsd_shared.h106 static thread_local uptr ThreadTSD; in getTlsPtr()
107 return &ThreadTSD; in getTlsPtr()