Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeTimer.c287 TIMERSTATE_DISABLED, /*!< Disabled timer. */ enumerator
327 thread->state = TIMERSTATE_DISABLED; in timerThread()
330 else if (thread->state == TIMERSTATE_DISABLED) in timerThread()
446 if (timer->curThread->state != TIMERSTATE_DISABLED) in deTimer_disable()
452 timer->curThread->state = TIMERSTATE_DISABLED; in deTimer_disable()

Completed in 1 milliseconds