Searched refs:RegionsStashMutex (Results 1 – 1 of 1) sorted by relevance
100 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; variable1171 uptr NumberOfStashedRegions GUARDED_BY(RegionsStashMutex) = 0;1172 uptr RegionsStash[MaxStashedRegions] GUARDED_BY(RegionsStashMutex) = {};