Searched refs:TIMER_STATUS_in_heap (Results 1 – 2 of 2) sorted by relevance
43 #define TIMER_STATUS_in_heap 3 /* In use; on timer heap. */ macro
180 case TIMER_STATUS_in_heap: in remove_entry()204 t->status = TIMER_STATUS_in_heap; in add_entry()280 return (timer->status >= TIMER_STATUS_in_heap); in active_timer()
Completed in 17 milliseconds