Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy.cc240 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()
Ddevice_port_proxy_hidl.cc245 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()
Ddevice_port_proxy_hidl.h84 mutable std::mutex cv_mutex_;
Ddevice_port_proxy.h179 mutable std::mutex cv_mutex_;
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.h195 std::mutex& getCvMutex() { return cv_mutex_; } in getCvMutex()
356 std::mutex cv_mutex_; variable
Ddns_responder.cpp1142 std::lock_guard lock(cv_mutex_); in handleQuery()