OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qpWatchDogFunc
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/qphelper/
qpWatchDog.h
30
typedef void (*
qpWatchDogFunc
) (qpWatchDog* dog, void* userPtr);
34
qpWatchDog* qpWatchDog_create (
qpWatchDogFunc
watchDogFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs);
qpWatchDog.c
48
qpWatchDogFunc
timeOutFunc;
86
qpWatchDog* qpWatchDog_create (
qpWatchDogFunc
timeOutFunc, void* userPtr, int totalTimeLimitSecs, int intervalTimeLimitSecs)
Completed in 45 milliseconds