Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpWatchDog.c48 qpWatchDogFunc timeOutFunc; member
85 dog->timeOutFunc(dog, dog->timeOutUserPtr, reason); in watchDogThreadFunc()
95 qpWatchDog* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, i… in qpWatchDog_create() argument
102 DE_ASSERT(timeOutFunc); in qpWatchDog_create()
107 dog->timeOutFunc = timeOutFunc; in qpWatchDog_create()