Searched refs:TIMERSTATE_DISABLED (Results 1 – 1 of 1) sorted by relevance
287 TIMERSTATE_DISABLED, /*!< Disabled timer. */ enumerator327 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()