Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeTimer.c285 TIMERSTATE_INTERVAL = 0, /*!< Active interval timer. */ enumerator
359 DE_ASSERT(state == TIMERSTATE_INTERVAL || state == TIMERSTATE_SINGLE); in deTimerThread_create()
434 …ead = deTimerThread_create(timer->callback, timer->callbackArg, milliseconds, TIMERSTATE_INTERVAL); in deTimer_scheduleInterval()