Searched defs:timeOutFunc (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/qphelper/
H A DqpWatchDog.c48 qpWatchDogFunc timeOutFunc; member in struct:qpWatchDog_s
76 dog->timeOutFunc(dog, dog->timeOutUserPtr);
86 qpWatchDog* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs) argument
93 DE_ASSERT(timeOutFunc);
98 dog->timeOutFunc = timeOutFunc;

Completed in 105 milliseconds