Searched refs:timeOutFunc (Results 1 – 1 of 1) sorted by relevance
48 qpWatchDogFunc timeOutFunc; member76 dog->timeOutFunc(dog, dog->timeOutUserPtr); in watchDogThreadFunc()86 qpWatchDog* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, i… in qpWatchDog_create() argument93 DE_ASSERT(timeOutFunc); in qpWatchDog_create()98 dog->timeOutFunc = timeOutFunc; in qpWatchDog_create()