Searched refs:lastTouchTime (Results 1 – 1 of 1) sorted by relevance
60 volatile deUint64 lastTouchTime; member77 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull); in watchDogThreadFunc()136 dog->lastTouchTime = curTime; in qpWatchDog_reset()157 dog->lastTouchTime = deGetMicroseconds(); in qpWatchDog_touch()