Searched refs:cache_lock_ (Results 1 – 2 of 2) sorted by relevance
41 std::mutex* Elf::cache_lock_; member in unwindstack::Elf324 cache_lock_ = new std::mutex; in SetCachingEnabled()328 delete cache_lock_; in SetCachingEnabled()333 cache_lock_->lock(); in CacheLock()337 cache_lock_->unlock(); in CacheUnlock()
133 static std::mutex* cache_lock_; variable