Home
last modified time | relevance | path

Searched refs:watchDogThread (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/qphelper/
DqpWatchDog.c56 deThread watchDogThread; member
108 dog->watchDogThread = deThread_create(watchDogThreadFunc, dog, DE_NULL); in qpWatchDog_create()
109 if (!dog->watchDogThread) in qpWatchDog_create()
136 deThread_join(dog->watchDogThread); in qpWatchDog_destroy()
137 deThread_destroy(dog->watchDogThread); in qpWatchDog_destroy()