Home
last modified time | relevance | path

Searched defs:TSD (Results 1 – 9 of 9) 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()
58 // As the comments attached to `getCache()`, the TSD doesn't always need to be argument
68 // current architecture of accessing TSD is not easy to cooperate with the argument
90 #endif // SCUDO_TSD_H_ argument
Dtsd_shared.h137 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
Dcombined.h270 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument
277 void drainCache(TSD<ThisT> *TSD) { in drainCache() argument
/external/scudo/standalone/tests/
Dtsd_test.cpp42 void commitBack(UNUSED scudo::TSD<MockAllocator> *TSD) {} in commitBack()
105 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(*Registry); in testRegistry() local
111 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(*Registry); in testRegistry() local
142 typename AllocatorT::TSDRegistryT::ScopedTSD TSD(*Registry); in stressCache() local
198 typename MockAllocator<SharedCaches>::TSDRegistryT::ScopedTSD TSD( in stressSharedRegistry() local
Dcombined_test.cpp577 typename AllocatorT::TSDRegistryT::ScopedTSD TSD( in SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() local
600 typename AllocatorT::TSDRegistryT::ScopedTSD TSD( in SCUDO_TYPED_TEST_SKIP_THREAD_SAFETY() local
992 typename AllocatorT::TSDRegistryT::ScopedTSD TSD( 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-16.0/llvm/lib/XRay/
DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() 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