Searched refs:TcpIpSendThread (Results 1 - 2 of 2) sorted by relevance

/external/deqp/executor/
H A DxeTcpIpLink.hpp71 class TcpIpSendThread : public de::Thread class in namespace:xe
74 TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state);
75 ~TcpIpSendThread (void);
147 TcpIpSendThread m_sendThread;
H A DxeTcpIpLink.cpp176 // TcpIpSendThread
178 TcpIpSendThread::TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state) function in class:xe::TcpIpSendThread
186 TcpIpSendThread::~TcpIpSendThread (void)
190 void TcpIpSendThread::start (void)
201 void TcpIpSendThread::run (void)
251 void TcpIpSendThread::stop (void)

Completed in 242 milliseconds