Searched refs:connection_lock_ (Results 1 – 2 of 2) sorted by relevance
125 std::mutex connection_lock_; variable
64 std::lock_guard<std::mutex> lock(connection_lock_); in Connect()101 std::lock_guard<std::mutex> lock(connection_lock_); in Disconnect()