Searched refs:cv_mutex_ (Results 1 – 4 of 4) 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()
98 mutable std::mutex cv_mutex_; variable
191 std::unique_lock<std::mutex> port_lock(cv_mutex_); in ControlResultHandler()236 std::unique_lock<std::mutex> port_lock(cv_mutex_); in SessionChangedHandler()289 std::unique_lock<std::mutex> port_lock(cv_mutex_); in CondwaitState()