Lines Matching defs:TSDRegistryExT
27 template <class Allocator> struct TSDRegistryExT { struct
28 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized()
34 void init(Allocator *Instance) { in init()
39 void unmapTestOnly() {} in unmapTestOnly()
41 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe()
47 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()
60 void disable() { in disable()
66 void enable() { in enable()
72 bool setOption(Option O, UNUSED sptr Value) { in setOption()
80 bool getDisableMemInit() { return State.DisableMemInit; } in getDisableMemInit()
83 void initOnceMaybe(Allocator *Instance) { in initOnceMaybe()
116 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; argument