Home
last modified time | relevance | path

Searched refs:TSDRegistry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h249 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() ? NoFill
613 TSDRegistry.disable(); in disable()
628 TSDRegistry.enable(); in enable()
746 const bool RegistryResult = TSDRegistry.setOption(O, Value); in setOption()
[all …]
H A Dtsd_exclusive.h33 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD()
34 CurrentTSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in ScopedTSD()
H A Dtsd_shared.h32 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD()
33 CurrentTSD = TSDRegistry.getTSDAndLock(); in ScopedTSD()