Searched refs:thr_timer_t (Results 1 – 1 of 1) sorted by relevance
87 typedef struct thr_timer thr_timer_t; typedef95 thr_timer_t* next; /* next in free list */119 thr_timer_t* free_timer;120 thr_timer_t timers[ MAX_THREAD_TIMERS ];143 static thr_timer_t*146 thr_timer_t* timer; in thr_timer_table_alloc()164 thr_timer_table_free( thr_timer_table_t* t, thr_timer_t* timer ) in thr_timer_table_free()182 thr_timer_t* timer = &t->timers[nn]; in thr_timer_table_start_stop()198 static thr_timer_t*204 thr_timer_t* timer; in thr_timer_table_from_id()[all …]