Searched refs:cv_mutex_ (Results 1 – 6 of 6) sorted by relevance
240 std::unique_lock<std::mutex> port_lock(cv_mutex_); in ControlResultHandler()302 std::unique_lock<std::mutex> port_lock(cv_mutex_); in SessionChangedHandler()410 std::unique_lock<std::mutex> port_lock(cv_mutex_); in CondwaitState()
245 std::unique_lock<std::mutex> port_lock(cv_mutex_); in ControlResultHandler()310 std::unique_lock<std::mutex> port_lock(cv_mutex_); in SessionChangedHandler()348 std::unique_lock<std::mutex> port_lock(cv_mutex_); in CondwaitState()
84 mutable std::mutex cv_mutex_;
179 mutable std::mutex cv_mutex_;
195 std::mutex& getCvMutex() { return cv_mutex_; } in getCvMutex()356 std::mutex cv_mutex_; variable
1142 std::lock_guard lock(cv_mutex_); in handleQuery()