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