Searched refs:TIMER_STATUS_inactive (Results 1 – 2 of 2) sorted by relevance
226 ASSERT(timer->status == TIMER_STATUS_inactive); in activate_timer()239 timer->status = TIMER_STATUS_inactive; in deactivate_timer()288 ASSERT(timer->status >= TIMER_STATUS_inactive); in active_timer()304 timer->status = TIMER_STATUS_inactive; in init_timer()442 t->status = TIMER_STATUS_inactive; in execute_timer()
41 #define TIMER_STATUS_inactive 1 /* Not in use; can be activated. */ macro
Completed in 3 milliseconds