Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dtsd_shared.h28 struct TSDRegistrySharedT { struct
29 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
40 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe()
47 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly()
57 void drainCaches(Allocator *Instance) { in drainCaches()
66 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe()
76 getTSDAndLock(bool *UnlockRequired) NO_THREAD_SAFETY_ANALYSIS { in getTSDAndLock()
93 void disable() NO_THREAD_SAFETY_ANALYSIS { in disable()
99 void enable() NO_THREAD_SAFETY_ANALYSIS { in enable()
105 bool setOption(Option O, sptr Value) { in setOption()
[all …]