Home
last modified time | relevance | path

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

/external/deqp/execserver/
DxsExecutionServer.cpp217 bool anyIO = false; in processSession() local
220 anyIO = receive() || anyIO; in processSession()
223 anyIO = send() || anyIO; in processSession()
245 anyIO = getTestDriver()->poll(m_bufferOut) || anyIO; in processSession()
250 if (anyIO) in processSession()