Home
last modified time | relevance | path

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

/external/deqp/execserver/
DxsTcpServer.cpp124 std::vector<ConnectionHandler*> allConnections; in ~TcpServer() local
131 …eConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allConnections.end())… in ~TcpServer()
132 …eConnections.begin(), m_doneConnections.end(), std::inserter(allConnections, allConnections.end())… in ~TcpServer()
140 …r (std::vector<ConnectionHandler*>::const_iterator i = allConnections.begin(); i != allConnections in ~TcpServer()