Searched refs:timer_init (Results 1 – 4 of 4) sorted by relevance
112 void timer_init(timer_t timer);
74 timer_init(timer_t timer) in timer_init() function
280 timer_init(&processor->idle_state); in processor_init()281 timer_init(&processor->system_state); in processor_init()282 timer_init(&processor->user_state); in processor_init()
372 timer_init(&thread_template.user_timer); in thread_bootstrap()373 timer_init(&thread_template.system_timer); in thread_bootstrap()374 timer_init(&thread_template.ptime); in thread_bootstrap()375 timer_init(&thread_template.runnable_timer); in thread_bootstrap()