Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/executor/
H A DxeTcpIpLink.cpp423 , m_sendThread(m_socket, m_state) in TcpIpLink()
455 if (m_sendThread.isRunning()) in closeConnection()
456 m_sendThread.stop(); in closeConnection()
469 XE_CHECK(!m_sendThread.isRunning()); in connect()
481 m_sendThread.start(); in connect()
533 writeKeepalive(link->m_sendThread.getBuffer()); in keepaliveTimerCallback()
562 writeExecuteBinary(m_sendThread.getBuffer(), name, params, workingDir, caseList); in startTestProcess()
568 writeStopExecution(m_sendThread.getBuffer()); in stopTestProcess()
H A DxeTcpIpLink.hpp158 TcpIpSendThread m_sendThread; member in xe::TcpIpLink