Home
last modified time | relevance | path

Searched refs:map_lock_ (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libbacktrace/
DUnwindMap.h60 void LockIterator() override { pthread_rwlock_rdlock(&map_lock_); } in LockIterator()
61 void UnlockIterator() override { pthread_rwlock_unlock(&map_lock_); } in UnlockIterator()
68 pthread_rwlock_t map_lock_; variable
DUnwindMap.cpp76 pthread_rwlock_init(&map_lock_, nullptr); in UnwindMapLocal()
89 pthread_rwlock_wrlock(&map_lock_); in GenerateMap()
125 pthread_rwlock_unlock(&map_lock_); in GenerateMap()
/system/bt/service/ipc/binder/
Dremote_callback_list.h92 std::mutex map_lock_; variable
108 std::lock_guard<std::mutex> lock(map_lock_); in ~RemoteCallbackList()
115 std::lock_guard<std::mutex> lock(map_lock_); in Register()
139 std::lock_guard<std::mutex> lock(map_lock_); in Unregister()
153 std::lock_guard<std::mutex> lock(map_lock_); in ForEach()
196 std::lock_guard<std::mutex> lock(owner_->map_lock_); in binderDied()
Dremote_callback_map.h105 std::mutex map_lock_; variable
129 lock_guard<mutex> lock(map_lock_); in Register()
153 lock_guard<mutex> lock(map_lock_); in Unregister()
166 lock_guard<mutex> lock(map_lock_); in Get()
176 lock_guard<mutex> lock(map_lock_); in Remove()
188 lock_guard<mutex> lock(map_lock_); in Clear()
233 lock_guard<mutex> lock(owner_->map_lock_); in binderDied()