Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/execserver/
H A 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()

Completed in 1 milliseconds