Searched refs:idle_thread (Results 1 – 4 of 4) sorted by relevance
110 struct k_thread *idle_thread; member
458 struct k_thread *idle = arch_curr_cpu()->idle_thread; in test_idle_stack()460 struct k_thread *idle = _current_cpu->idle_thread; in test_idle_stack()
301 _kernel.cpus[i].idle_thread = &z_idle_threads[i]; in prepare_multithreading()
292 return (thread != NULL) ? thread : _current_cpu->idle_thread; in next_up()313 thread = _current_cpu->idle_thread; in next_up()