Searched refs:id_allocator_mutex_ (Results 1 – 4 of 4) sorted by relevance
54 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()
120 mutable std::mutex id_allocator_mutex_;
51 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()
120 mutable std::mutex id_allocator_mutex_; variable