Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.hpp71 class TcpIpSendThread : public de::Thread class
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) 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()

Completed in 2 milliseconds