Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeTimer.c302 } deTimerThread; typedef
308 deTimerThread* curThread; /*!< Current timer thread. */
313 deTimerThread* thread = (deTimerThread*)arg; in timerThread()
355 static deTimerThread* deTimerThread_create (deTimerCallback callback, void* arg, int interval, Time… in deTimerThread_create()
357 deTimerThread* thread = (deTimerThread*)deCalloc(sizeof(deTimerThread)); in deTimerThread_create()