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()
101 mutable std::mutex cv_mutex_;
225 std::unique_lock<std::mutex> port_lock(cv_mutex_); in ControlResultHandler()270 std::unique_lock<std::mutex> port_lock(cv_mutex_); in SessionChangedHandler()366 std::unique_lock<std::mutex> port_lock(cv_mutex_); in CondwaitState()