Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h100 ScopedLock L(RegionsStashMutex); in unmapTestOnly()
257 RegionsStashMutex.lock(); in disable()
263 RegionsStashMutex.unlock(); in enable()
428 ScopedLock L(RegionsStashMutex); in allocateRegionSlow()
453 ScopedLock L(RegionsStashMutex); in allocateRegion()
1170 HybridMutex RegionsStashMutex; variable
1171 uptr NumberOfStashedRegions GUARDED_BY(RegionsStashMutex) = 0;
1172 uptr RegionsStash[MaxStashedRegions] GUARDED_BY(RegionsStashMutex) = {};