Searched refs:qpWatchDogFunc (Results 1 – 2 of 2) sorted by relevance
30 typedef void (*qpWatchDogFunc) (qpWatchDog* dog, void* userPtr); typedef34 qpWatchDog* qpWatchDog_create (qpWatchDogFunc watchDogFunc, void* userPtr, int totalTimeLimitSecs…
48 qpWatchDogFunc timeOutFunc;86 qpWatchDog* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, i… in qpWatchDog_create()