Searched refs:connections_mutex_ (Results 1 – 2 of 2) sorted by relevance
27 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()
92 mutable std::mutex connections_mutex_; variable106 std::vector<TlsConnectionPosix*> connections_ GUARDED_BY(connections_mutex_);