HomeSort by relevance Sort by last modified time
    Searched refs:TcpIpSendThread (Results 1 - 2 of 2) sorted by null

  /external/deqp/executor/
xeTcpIpLink.hpp 71 class TcpIpSendThread : public de::Thread
74 TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state);
75 ~TcpIpSendThread (void);
147 TcpIpSendThread m_sendThread;
xeTcpIpLink.cpp 176 // TcpIpSendThread
178 TcpIpSendThread::TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state)
186 TcpIpSendThread::~TcpIpSendThread (void)
190 void TcpIpSendThread::start (void)
201 void TcpIpSendThread::run (void)
251 void TcpIpSendThread::stop (void)

Completed in 74 milliseconds