Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeTimer.c285 TIMERSTATE_INTERVAL = 0, /*!< Active interval timer. */ enumerator
359 DE_ASSERT(state == TIMERSTATE_INTERVAL || state == TIMERSTATE_SINGLE); in deTimerThread_create()
434 timer->curThread = deTimerThread_create(timer->callback, timer->callbackArg, milliseconds, TIMERSTATE_INTERVAL); in deTimer_scheduleInterval()

Completed in 1 milliseconds