Searched refs:cache_lock_ (Results 1 – 2 of 2) sorted by relevance
23 StaticSpinMutex MemoryMappingLayout::cache_lock_; // Linker initialized. member in __sanitizer::MemoryMappingLayout95 SpinMutexLock l(&cache_lock_); in CacheMemoryMappings()111 SpinMutexLock l(&cache_lock_); in LoadFromCache()
67 static StaticSpinMutex cache_lock_; // protects cached_proc_self_maps_. variable