Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_exclusive.h29 template <class Allocator> struct TSDRegistryExT { struct
30 using ThisT = TSDRegistryExT<Allocator>; argument
32 struct ScopedTSD {
55 void init(Allocator *Instance) REQUIRES(Mutex) { in init()
63 void initOnceMaybe(Allocator *Instance) EXCLUDES(Mutex) { in initOnceMaybe()
70 void unmapTestOnly(Allocator *Instance) EXCLUDES(Mutex) { in unmapTestOnly()
87 void drainCaches(Allocator *Instance) { in drainCaches()
96 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe()
104 void disable() NO_THREAD_SAFETY_ANALYSIS { in disable()
110 void enable() NO_THREAD_SAFETY_ANALYSIS { in enable()
[all …]