Home
last modified time | relevance | path

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

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