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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstartup.c351 thread = processor->idle_thread;
383 if (self == processor->idle_thread)
384 thread_block((thread_continue_t)idle_thread);
H A Dprocessor.h125 *idle_thread; /* this processor's idle thread. */ member in struct:processor
H A Dsched_prim.h157 extern void idle_thread(void);
H A Dsched_prim.c1302 return (processor->idle_thread);
1340 return (processor->idle_thread);
1381 thread_timer_event(processor->last_dispatch, &processor->idle_thread->system_timer);
1382 PROCESSOR_DATA(processor, kernel_timer) = &processor->idle_thread->system_timer;
2973 idle_thread(void) function
2980 thread_run(processor->idle_thread, (thread_continue_t)idle_thread, NULL, new_thread);
2984 thread_block((thread_continue_t)idle_thread);
2996 result = kernel_thread_create((thread_continue_t)idle_thread, NULL, MAXPRI_KERNEL, &thread);
3003 processor->idle_thread
[all...]
H A Dmachine.c283 new_thread = processor->idle_thread;
H A Dprocessor.c147 processor->active_thread = processor->next_thread = processor->idle_thread = THREAD_NULL;
365 if (processor->idle_thread == THREAD_NULL) {
H A Dthread.c923 if (thread->bound_processor != PROCESSOR_NULL && thread->bound_processor->idle_thread == thread)

Completed in 94 milliseconds