Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dmetric_id_manager.cc54 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in Init()
97 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in Close()
114 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in IsEmpty()
121 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in AllocateId()
155 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in SaveDevice()
183 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in ForgetDevice()
Dmetric_id_manager.h120 mutable std::mutex id_allocator_mutex_;
/system/bt/common/
Dmetric_id_allocator.cc51 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in Init()
91 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in Close()
108 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in IsEmpty()
115 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in AllocateId()
148 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in SaveDevice()
178 std::lock_guard<std::mutex> lock(id_allocator_mutex_); in ForgetDevice()
Dmetric_id_allocator.h120 mutable std::mutex id_allocator_mutex_; variable