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
111 dog->watchDogThread = deThread_create(watchDogThreadFunc, dog, DE_NULL); in qpWatchDog_create()
112 if (!dog->watchDogThread) in qpWatchDog_create()
139 deThread_join(dog->watchDogThread); in qpWatchDog_destroy()
140 deThread_destroy(dog->watchDogThread); in qpWatchDog_destroy()