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

  /external/deqp/executor/
xeTcpIpLink.cpp 416 , m_sendThread (m_socket, m_state)
448 if (m_sendThread.isRunning())
449 m_sendThread.stop();
462 XE_CHECK(!m_sendThread.isRunning());
474 m_sendThread.start();
525 writeKeepalive(link->m_sendThread.getBuffer());
553 writeExecuteBinary(m_sendThread.getBuffer(), name, params, workingDir, caseList);
559 writeStopExecution(m_sendThread.getBuffer());
xeTcpIpLink.hpp 147 TcpIpSendThread m_sendThread;

Completed in 54 milliseconds