Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeTimer.c286 TIMERSTATE_SINGLE, /*!< Single callback timer. */ enumerator
324 if (thread->state == TIMERSTATE_SINGLE && numCallbacks > 0) in timerThread()
359 DE_ASSERT(state == TIMERSTATE_INTERVAL || state == TIMERSTATE_SINGLE); in deTimerThread_create()
423 …hread = deTimerThread_create(timer->callback, timer->callbackArg, milliseconds, TIMERSTATE_SINGLE); in deTimer_scheduleSingle()