Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dtsd_exclusive.h27 template <class Allocator> struct TSDRegistryExT { struct
28 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized()
34 void init(Allocator *Instance) { in init()
39 void initOnceMaybe(Allocator *Instance) { in initOnceMaybe()
46 void unmapTestOnly() { in unmapTestOnly()
55 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe()
61 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()
74 void disable() { in disable()
80 void enable() { in enable()
86 bool setOption(Option O, UNUSED sptr Value) { in setOption()
[all …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dtsd_exclusive.h27 template <class Allocator> struct TSDRegistryExT { struct
28 void initLinkerInitialized(Allocator *Instance) { in initLinkerInitialized()
34 void init(Allocator *Instance) { in init()
39 void unmapTestOnly() {} in unmapTestOnly()
41 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe()
47 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()
60 void disable() { in disable()
66 void enable() { in enable()
72 bool setOption(Option O, UNUSED sptr Value) { in setOption()
80 bool getDisableMemInit() { return State.DisableMemInit; } in getDisableMemInit()
[all …]