Home
last modified time | relevance | path

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

/external/deqp/framework/qphelper/
DqpWatchDog.c62 deThread watchDogThread; member
118 dog->watchDogThread = deThread_create(watchDogThreadFunc, dog, DE_NULL); in qpWatchDog_create()
119 if (!dog->watchDogThread) in qpWatchDog_create()
146 deThread_join(dog->watchDogThread); in qpWatchDog_destroy()
147 deThread_destroy(dog->watchDogThread); in qpWatchDog_destroy()