Searched refs:TSDRegistry (Results 1 – 3 of 3) sorted by relevance
244 TSDRegistry.initThreadMaybe(this, MinimalInit);249 TSDRegistry.unmapTestOnly(this); in unmapTestOnly()259 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry()283 void drainCaches() { TSDRegistry.drainCaches(this); } in drainCaches()361 : TSDRegistry.getDisableMemInit()389 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry);556 TSDRegistry.getDisableMemInit() ? NoFill605 TSDRegistry.disable(); in disable()620 TSDRegistry.enable(); in enable()738 const bool RegistryResult = TSDRegistry.setOption(O, Value); in setOption()[all …]
33 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD()34 CurrentTSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in ScopedTSD()
32 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD()33 CurrentTSD = TSDRegistry.getTSDAndLock(); in ScopedTSD()