Home
last modified time | relevance | path

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

/external/deqp/execserver/
DxsTcpServer.cpp90 …ConnectionHandler*>::iterator liveListPos = std::find(m_liveConnections.begin(), m_liveConnections in connectionDone()
91 DE_ASSERT(liveListPos != m_liveConnections.end()); in connectionDone()
94 m_liveConnections.erase(liveListPos); in connectionDone()
101 m_liveConnections.push_back(handler); in addLiveConnection()
131 …std::copy(m_liveConnections.begin(), m_liveConnections.end(), std::inserter(allConnections, allCon… in ~TcpServer()
DxsTcpServer.hpp62 std::vector<ConnectionHandler*> m_liveConnections; member in xs::TcpServer