Searched refs:TIMER_STATUS_in_list (Results 1 – 2 of 2) sorted by relevance
44 #define TIMER_STATUS_in_list 4 /* In use; on overflow linked list. */ macro
183 case TIMER_STATUS_in_list: in remove_entry()210 t->status = TIMER_STATUS_in_list; in add_entry()279 ASSERT(timer->status <= TIMER_STATUS_in_list); in active_timer()
Completed in 3 milliseconds