Home
last modified time | relevance | path

Searched refs:cv_mutex_ (Results 1 – 4 of 4) sorted by relevance

/system/netd/tests/
DTestUnsolService.h55 std::mutex& getCvMutex() { return cv_mutex_; } in getCvMutex()
81 std::mutex cv_mutex_; variable
DTestUnsolService.cpp77 std::lock_guard lock(cv_mutex_); in maybeNotify()
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.h98 mutable std::mutex cv_mutex_; variable
Ddevice_port_proxy.cc191 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()