Searched refs:_timer_list (Results 1 – 1 of 1) sorted by relevance
36 static rt_list_t _timer_list[RT_TIMER_SKIP_LIST_LEVEL]; variable588 timer_list = _timer_list; in rt_timer_start()771 _timer_check(_timer_list, &_htimer_lock); in rt_timer_check()787 _timer_list_next_timeout(_timer_list, &htimer_next_timeout); in rt_timer_next_timeout_tick()828 for (i = 0; i < sizeof(_timer_list) / sizeof(_timer_list[0]); i++) in rt_system_timer_init()830 rt_list_init(_timer_list + i); in rt_system_timer_init()
Completed in 3 milliseconds