Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/deutil/
H A 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, TimerState state) in deTimerThread_create()
357 deTimerThread* thread = (deTimerThread*)deCalloc(sizeof(deTimerThread)); in deTimerThread_create()

Completed in 3 milliseconds