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.h244 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() ? NoFill
605 TSDRegistry.disable(); in disable()
620 TSDRegistry.enable(); in enable()
738 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()