Home
last modified time | relevance | path

Searched refs:RingEndMu (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h43 HybridMutex RingEndMu; variable
149 ScopedLock Lock(RingEndMu); in insert()
197 void disable() NO_THREAD_SAFETY_ANALYSIS { RingEndMu.lock(); } in disable()
199 void enable() NO_THREAD_SAFETY_ANALYSIS { RingEndMu.unlock(); } in enable()