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 initOnceMaybe(Allocator *Instance) { in initOnceMaybe()
46 void unmapTestOnly() { in unmapTestOnly()
55 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe()
61 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()
74 void disable() { in disable()
80 void enable() { in enable()
86 bool setOption(Option O, UNUSED sptr Value) { in setOption()
94 bool getDisableMemInit() { return State.DisableMemInit; } in getDisableMemInit()
123 thread_local TSD<Allocator> TSDRegistryExT<Allocator>::ThreadTSD; argument