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