Home
last modified time | relevance | path

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

/system/netd/tests/dns_responder/
Ddns_tls_frontend.h81 std::thread handler_thread_ GUARDED_BY(update_mutex_);
82 std::mutex update_mutex_; variable
Ddns_responder.h136 std::thread handler_thread_ GUARDED_BY(update_mutex_);
137 std::mutex update_mutex_; variable
Ddns_tls_frontend.cpp255 std::lock_guard<std::mutex> lock(update_mutex_); in startServer()
355 std::lock_guard<std::mutex> lock(update_mutex_); in stopServer()
Ddns_responder.cpp646 std::lock_guard<std::mutex> lock(update_mutex_); in startServer()
654 std::lock_guard<std::mutex> lock(update_mutex_); in stopServer()