Searched refs:preempt_timer (Results 1 – 1 of 1) sorted by relevance
74 static timer_t preempt_timer[SMP_MAX_CPUS]; variable243 timer_cancel(&preempt_timer[arch_curr_cpu_num()]); in thread_set_real_time()538 timer_cancel(&preempt_timer[cpu]); in thread_resched()547 timer_set_periodic(&preempt_timer[cpu], 10, thread_timer_tick, NULL); in thread_resched()804 timer_initialize(&preempt_timer[i]); in thread_init()
Completed in 4 milliseconds