Home
last modified time | relevance | path

Searched refs:cv_mutex_ (Results 1 – 6 of 6) 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/netd/resolv/dns_responder/
Ddns_responder.h81 std::mutex& getCvMutex() { return cv_mutex_; } in getCvMutex()
177 std::mutex cv_mutex_; variable
Ddns_responder.cpp948 std::lock_guard lock(cv_mutex_); in handleQuery()
/system/bt/audio_bluetooth_hw/
Ddevice_port_proxy.h91 mutable std::mutex cv_mutex_; variable
Ddevice_port_proxy.cc192 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()