Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTcpIpLink.cpp416 , m_sendThread (m_socket, m_state) in TcpIpLink()
448 if (m_sendThread.isRunning()) in closeConnection()
449 m_sendThread.stop(); in closeConnection()
462 XE_CHECK(!m_sendThread.isRunning()); in connect()
474 m_sendThread.start(); in connect()
526 writeKeepalive(link->m_sendThread.getBuffer()); in keepaliveTimerCallback()
554 writeExecuteBinary(m_sendThread.getBuffer(), name, params, workingDir, caseList); in startTestProcess()
560 writeStopExecution(m_sendThread.getBuffer()); in stopTestProcess()
DxeTcpIpLink.hpp147 TcpIpSendThread m_sendThread; member in xe::TcpIpLink