Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpWatchDog.h38 typedef void (*qpWatchDogFunc) (qpWatchDog* dog, void* userPtr, qpTimeoutReason reason); typedef
42 qpWatchDog* qpWatchDog_create (qpWatchDogFunc watchDogFunc, void* userPtr, int totalTimeLimitSecs…
DqpWatchDog.c48 qpWatchDogFunc timeOutFunc;
89 qpWatchDog* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, i… in qpWatchDog_create()