Searched refs:idle_thread (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dstartup.c442 thread = processor->idle_thread;
474 if (self == processor->idle_thread)
475 thread_block((thread_continue_t)idle_thread);
H A Dprocessor.h142 *idle_thread; /* this processor's idle thread. */ member in struct:processor
H A Dmachine.c299 new_thread = processor->idle_thread;
H A Dsched_prim.c1776 return (processor->idle_thread);
1813 return (processor->idle_thread);
1824 return (processor->idle_thread);
1840 return (processor->idle_thread);
1882 thread_timer_event(processor->last_dispatch, &processor->idle_thread->system_timer);
1883 PROCESSOR_DATA(processor, kernel_timer) = &processor->idle_thread->system_timer;
4201 idle_thread(void) function
4208 thread_run(processor->idle_thread, (thread_continue_t)idle_thread, NULL, new_thread);
4212 thread_block((thread_continue_t)idle_thread);
[all...]
H A Dprocessor.c156 processor->idle_thread = THREAD_NULL;
435 if (processor->idle_thread == THREAD_NULL) {
H A Dsched_prim.h166 extern void idle_thread(void);
H A Dthread.c1154 if (thread->bound_processor != PROCESSOR_NULL && thread->bound_processor->idle_thread == thread)
/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c524 PMAP_SWITCH_CONTEXT(thread, processor->idle_thread, cpu_number());

Completed in 37 milliseconds