Searched refs:TSDRegistry (Results 1 – 3 of 3) sorted by relevance
249 TSDRegistry.initThreadMaybe(this, MinimalInit);254 TSDRegistry.unmapTestOnly(this); in unmapTestOnly()264 TSDRegistryT *getTSDRegistry() { return &TSDRegistry; } in getTSDRegistry()291 void drainCaches() { TSDRegistry.drainCaches(this); } in drainCaches()369 : TSDRegistry.getDisableMemInit()397 typename TSDRegistryT::ScopedTSD TSD(TSDRegistry);564 TSDRegistry.getDisableMemInit() ? NoFill613 TSDRegistry.disable(); in disable()628 TSDRegistry.enable(); in enable()746 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()