Searched refs:TIMERSTATE_SINGLE (Results 1 – 1 of 1) sorted by relevance
286 TIMERSTATE_SINGLE, /*!< Single callback timer. */ enumerator324 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()