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

/external/deqp/framework/delibs/deutil/
H A DdeTimer.c355 static deTimerThread* deTimerThread_create (deTimerCallback callback, void* arg, int interval, TimerState state) function
423 timer->curThread = deTimerThread_create(timer->callback, timer->callbackArg, milliseconds, TIMERSTATE_SINGLE);
434 timer->curThread = deTimerThread_create(timer->callback, timer->callbackArg, milliseconds, TIMERSTATE_INTERVAL);

Completed in 29 milliseconds