Searched refs:cache_lock_ (Results 1 – 4 of 4) sorted by relevance
41 std::mutex* Elf::cache_lock_; member in unwindstack::Elf355 cache_lock_ = new std::mutex; in SetCachingEnabled()359 delete cache_lock_; in SetCachingEnabled()364 cache_lock_->lock(); in CacheLock()368 cache_lock_->unlock(); in CacheUnlock()
77 std::mutex cache_lock_; variable
516 std::lock_guard<std::mutex> lock(cache_lock_); in Clear()523 std::lock_guard<std::mutex> lock(cache_lock_); in CachedRead()
128 static std::mutex* cache_lock_; variable