Searched refs:TIMERSTATE_INTERVAL (Results 1 – 1 of 1) sorted by relevance
285 TIMERSTATE_INTERVAL = 0, /*!< Active interval timer. */ enumerator359 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()