Searched refs:m_processStartTime (Results 1 – 5 of 5) sorted by relevance
168 , m_processStartTime(0) in PosixTestProcess()221 m_processStartTime = deGetMicroseconds(); in start()313 if (deGetMicroseconds() - m_processStartTime > LOG_FILE_TIMEOUT * 1000) in readTestLog()
100 uint64_t m_processStartTime; //!< Used for determining log file timeout. member in xs::PosixTestProcess
625 , m_processStartTime(0) in Win32TestProcess()689 m_processStartTime = deGetMicroseconds(); in start()753 if (deGetMicroseconds() - m_processStartTime > LOG_FILE_TIMEOUT * 1000) in readTestLog()
224 uint64_t m_processStartTime; member in xs::Win32TestProcess
143 uint64_t m_processStartTime;150 m_processStartTime(0)173 m_processStartTime = deGetMicroseconds();201 if (deGetMicroseconds() - m_processStartTime >