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

/external/deqp/framework/qphelper/
H A DqpWatchDog.h28 typedef struct qpWatchDog_s qpWatchDog; typedef in typeref:struct:qpWatchDog_s
38 typedef void (*qpWatchDogFunc) (qpWatchDog* dog, void* userPtr, qpTimeoutReason reason);
42 qpWatchDog* qpWatchDog_create (qpWatchDogFunc watchDogFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs);
43 void qpWatchDog_destroy (qpWatchDog* dog);
44 void qpWatchDog_reset (qpWatchDog* dog);
45 void qpWatchDog_touch (qpWatchDog* dog);

Completed in 150 milliseconds