Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dtsd.h27 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct
28 using ThisT = TSD<Allocator>; argument
29 u8 DestructorIterations = 0;
31 void init(Allocator *Instance) NO_THREAD_SAFETY_ANALYSIS { in init()
38 inline bool tryLock() NO_THREAD_SAFETY_ANALYSIS { in tryLock()
62 // current architecture of accessing TSD is not easy to cooperate with the argument
87 #endif // SCUDO_TSD_H_ argument
Dcombined.h252 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument
258 void drainCache(TSD<ThisT> *TSD) { in drainCache() argument
385 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable
1180 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1192 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
Dtsd_shared.h77 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
/external/scudo/standalone/tests/
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
Dcombined_test.cpp452 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST() local
474 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST() local
766 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in TEST() local
/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp286 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
/external/clang/lib/Serialization/
DASTReader.cpp6228 if (auto *TSD = dyn_cast<TemplateSpecializationDecl>(D)) in completeRedeclChainForTemplateSpecialization() local