Searched refs:cv_mutex_ (Results 1 – 6 of 6) sorted by relevance
55 std::mutex& getCvMutex() { return cv_mutex_; } in getCvMutex()81 std::mutex cv_mutex_; variable
77 std::lock_guard lock(cv_mutex_); in maybeNotify()
81 std::mutex& getCvMutex() { return cv_mutex_; } in getCvMutex()177 std::mutex cv_mutex_; variable
948 std::lock_guard lock(cv_mutex_); in handleQuery()
91 mutable std::mutex cv_mutex_; variable
192 std::unique_lock<std::mutex> port_lock(cv_mutex_); in ControlResultHandler()237 std::unique_lock<std::mutex> port_lock(cv_mutex_); in SessionChangedHandler()290 std::unique_lock<std::mutex> port_lock(cv_mutex_); in CondwaitState()