Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h118 ScopedLock L(ByteMapMutex); in unmapTestOnly()
258 ByteMapMutex.lock(); in disable()
262 ByteMapMutex.unlock(); in enable()
287 ByteMapMutex.assertHeld(); in iterateOverBlocks()
466 ScopedLock L(ByteMapMutex); in allocateRegion()
909 ScopedLock L(ByteMapMutex); in getSizeClassFragmentationInfo()
997 ScopedLock L(ByteMapMutex);
1163 HybridMutex ByteMapMutex; variable
1165 ByteMap PossibleRegions GUARDED_BY(ByteMapMutex) = {};