Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpWatchDog.c73 deBool overTotalLimit = totalSecondsPassed > dog->totalTimeLimit; in watchDogThreadFunc() local
75 if (overIntervalLimit || overTotalLimit) in watchDogThreadFunc()
77 …qpTimeoutReason reason = overTotalLimit ? QP_TIMEOUT_REASON_TOTAL_LIMIT : QP_TIMEOUT_REASON_INTERV… in watchDogThreadFunc()