Searched refs:secondsSinceLastTouch (Results 1 – 1 of 1) sorted by relevance
71 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull); in watchDogThreadFunc() local73 …if ((secondsSinceLastTouch > dog->intervalTimeLimit) || (totalSecondsPassed > dog->totalTimeLimit)) in watchDogThreadFunc()