Searched refs:m_processStartTime (Results 1 – 5 of 5) sorted by relevance
173 , m_processStartTime (0) in PosixTestProcess()226 m_processStartTime = deGetMicroseconds(); in start()318 if (deGetMicroseconds() - m_processStartTime > LOG_FILE_TIMEOUT*1000) in readTestLog()
97 deUint64 m_processStartTime; //!< Used for determining log file timeout. member in xs::PosixTestProcess
631 , m_processStartTime (0) in Win32TestProcess()694 m_processStartTime = deGetMicroseconds(); in start()758 if (deGetMicroseconds() - m_processStartTime > LOG_FILE_TIMEOUT*1000) in readTestLog()
200 deUint64 m_processStartTime; member in xs::Win32TestProcess
143 deUint64 m_processStartTime;150 , m_processStartTime (0)174 m_processStartTime = deGetMicroseconds();205 if (deGetMicroseconds() - m_processStartTime > xs::LOG_FILE_TIMEOUT*1000)