Searched defs:TSDRegistrySharedT (Results 1 – 1 of 1) sorted by relevance
26 struct TSDRegistrySharedT { struct27 void init(Allocator *Instance) { in init()38 void initOnceMaybe(Allocator *Instance) { in initOnceMaybe()45 void unmapTestOnly(Allocator *Instance) { in unmapTestOnly()54 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe()61 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()78 void disable() { in disable()84 void enable() { in enable()90 bool setOption(Option O, sptr Value) { in setOption()99 bool getDisableMemInit() const { return *getTlsPtr() & 1; } in getDisableMemInit()[all …]