Home
last modified time | relevance | path

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

/system/netd/resolv/dns_responder/
Ddns_tls_frontend.h91 std::thread handler_thread_ GUARDED_BY(update_mutex_);
92 std::mutex update_mutex_; variable
Ddns_responder.h174 std::thread handler_thread_ GUARDED_BY(update_mutex_);
175 std::mutex update_mutex_; variable
Ddns_tls_frontend.cpp263 std::lock_guard lock(update_mutex_); in startServer()
367 std::lock_guard lock(update_mutex_); in stopServer()
Ddns_responder.cpp649 std::lock_guard lock(update_mutex_); in startServer()
657 std::lock_guard lock(update_mutex_); in stopServer()