Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dprimary32.h150 RegionsStashMutex.lock(); in disable()
156 RegionsStashMutex.unlock(); in enable()
288 ScopedLock L(RegionsStashMutex); in allocateRegionSlow()
308 ScopedLock L(RegionsStashMutex); in allocateRegion()
500 HybridMutex RegionsStashMutex; variable