Searched defs:TSD (Results 1 – 8 of 8) sorted by relevance
27 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct28 using ThisT = TSD<Allocator>; argument29 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 argument87 #endif // SCUDO_TSD_H_ argument
252 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument258 void drainCache(TSD<ThisT> *TSD) { in drainCache() argument385 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable1180 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local1192 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
77 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
41 void commitBack(scudo::TSD<MockAllocator> *TSD) {} in commitBack()103 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in testRegistry() local139 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressCache() local197 auto TSD = Registry->getTSDAndLock(&UnlockRequired); in stressSharedRegistry() local
452 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST() local474 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in SCUDO_TYPED_TEST() local766 auto *TSD = Allocator->getTSDRegistry()->getTSDAndLock(&UnlockRequired); in TEST() local
286 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
6228 if (auto *TSD = dyn_cast<TemplateSpecializationDecl>(D)) in completeRedeclChainForTemplateSpecialization() local