Searched refs:timeOutFunc (Results 1 – 1 of 1) sorted by relevance
48 qpWatchDogFunc timeOutFunc; member85 dog->timeOutFunc(dog, dog->timeOutUserPtr, reason); in watchDogThreadFunc()95 qpWatchDog* qpWatchDog_create (qpWatchDogFunc timeOutFunc, void* userPtr, int totalTimeLimitSecs, i… in qpWatchDog_create() argument102 DE_ASSERT(timeOutFunc); in qpWatchDog_create()107 dog->timeOutFunc = timeOutFunc; in qpWatchDog_create()