Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dtsd_shared.h26 struct TSDRegistrySharedT { struct
27 void init(Allocator *Instance) { in init()
38 void initOnceMaybe(Allocator *Instance) { in initOnceMaybe()
45 void unmapTestOnly(Allocator *Instance) { in unmapTestOnly()
54 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe()
61 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock(bool *UnlockRequired) { in getTSDAndLock()
78 void disable() { in disable()
84 void enable() { in enable()
90 bool setOption(Option O, sptr Value) { in setOption()
99 bool getDisableMemInit() const { return *getTlsPtr() & 1; } in getDisableMemInit()
[all …]