Home
last modified time | relevance | path

Searched refs:connections_mutex_ (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/platform/impl/
Dtls_data_router_posix.cc27 std::lock_guard<std::mutex> lock(connections_mutex_); in RegisterConnection()
38 std::lock_guard<std::mutex> lock(connections_mutex_); in DeregisterConnection()
103 std::lock_guard<std::mutex> lock(connections_mutex_); in ProcessReadyHandle()
Dtls_data_router_posix.h92 mutable std::mutex connections_mutex_; variable
106 std::vector<TlsConnectionPosix*> connections_ GUARDED_BY(connections_mutex_);