Home
last modified time | relevance | path

Searched refs:totalSecondsPassed (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/qphelper/
DqpWatchDog.c76 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull); in watchDogThreadFunc() local
79 deBool overTotalLimit = totalSecondsPassed > dog->totalTimeLimit; in watchDogThreadFunc()