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