Searched refs:m_sendThread (Results 1 – 2 of 2) sorted by relevance
416 , 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()525 writeKeepalive(link->m_sendThread.getBuffer()); in keepaliveTimerCallback()553 writeExecuteBinary(m_sendThread.getBuffer(), name, params, workingDir, caseList); in startTestProcess()559 writeStopExecution(m_sendThread.getBuffer()); in stopTestProcess()
147 TcpIpSendThread m_sendThread; member in xe::TcpIpLink