Home
last modified time | relevance | path

Searched refs:cache_lock_ (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/
DElf.cpp41 std::mutex* Elf::cache_lock_; member in unwindstack::Elf
324 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()
/system/core/libunwindstack/include/unwindstack/
DElf.h133 static std::mutex* cache_lock_; variable