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()58 // As the comments attached to `getCache()`, the TSD doesn't always need to be argument68 // current architecture of accessing TSD is not easy to cooperate with the argument90 #endif // SCUDO_TSD_H_ argument
137 TSD<Allocator> *TSD = getCurrentTSD(); in getTSDAndLock() local
270 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument277 void drainCache(TSD<ThisT> *TSD) { in drainCache() argument
320 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
187 const auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD); in getInnerPointerType() local
49 if (auto *TSD = llvm::dyn_cast<TopLevelStmtDecl>(D); in HandleTopLevelDecl() local
339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
5319 UINT32 TSD:1; ///< Time Stamp Disable. member