Home
last modified time | relevance | path

Searched defs:TSDRegistrySharedT (Results 1 – 2 of 2) sorted by relevance

/external/scudo/standalone/
Dtsd_shared.h26 struct TSDRegistrySharedT { struct
27 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized()
36 void init(Allocator *Instance) { in init()
41 void initOnceMaybe(Allocator *Instance) { in initOnceMaybe()
48 void unmapTestOnly() { setCurrentTSD(nullptr); } in unmapTestOnly()
50 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe()
57 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()
74 void disable() { in disable()
80 void enable() { in enable()
86 bool setOption(Option O, sptr Value) { in setOption()
[all …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd_shared.h26 struct TSDRegistrySharedT { struct
27 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized()
36 void init(Allocator *Instance) { in init()
41 void unmapTestOnly() { setCurrentTSD(nullptr); } in unmapTestOnly()
43 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe()
50 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()
67 void disable() { in disable()
73 void enable() { in enable()
79 bool setOption(Option O, sptr Value) { in setOption()
88 bool getDisableMemInit() const { return *getTlsPtr() & 1; } in getDisableMemInit()
[all …]