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

/external/deqp/execserver/
H A DxsExecutionServer.hpp121 deUint64 m_lastKeepAliveSent; member in class:xs::ExecutionRequestHandler
H A DxsExecutionServer.cpp313 m_lastKeepAliveSent = curTime;
331 if (curTime - m_lastKeepAliveSent > KEEPALIVE_SEND_INTERVAL*1000 &&
338 m_lastKeepAliveSent = deGetMicroseconds();

Completed in 45 milliseconds