Searched refs:idle_thread (Results 1 – 5 of 5) sorted by relevance
43 thread_t idle_thread; member
223 zx_time_sub_time(current_time(), percpu[i].idle_thread.last_started_running); in cmd_threadload()
999 thread_t* t = &percpu[0].idle_thread; in thread_init_early()1136 DEBUG_ASSERT(percpu[cpu_num].idle_thread.magic != THREAD_MAGIC); in thread_create_idle_thread()1142 &percpu[cpu_num].idle_thread, name, in thread_create_idle_thread()
282 return &c->idle_thread; in sched_get_top_thread()
467 current_time(), percpu[i].idle_thread.last_started_running); in sys_object_get_info()
Completed in 16 milliseconds