Home
last modified time | relevance | path

Searched defs:TSD (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd.h26 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct
29 using ThisT = TSD<Allocator>; argument
30 u8 DestructorIterations = 0;
32 void init(Allocator *Instance) { in init()
39 void commitBack(Allocator *Instance) { Instance->commitBack(this); } in commitBack()
41 inline bool tryLock() { in tryLock()
66 #endif // SCUDO_TSD_H_ argument
H A Dcombined.h251 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument
377 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable
1170 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1182 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
H A Dtsd_shared.h62 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp41 void commitBack(scudo::TSD<MockAllocator> *TSD) {} in commitBack()
103 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry() local
139 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache() local
197 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry() local
H A Dcombined_test.cpp449 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST() local
740 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in TEST() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp324 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
H A DSmartPtrModeling.cpp187 const auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD); in getInnerPointerType() local
/openbsd-src/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local