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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dstartup.c489 thread = processor->idle_thread;
521 if (self == processor->idle_thread)
522 thread_block((thread_continue_t)idle_thread);
H A Dprocessor.h145 *idle_thread; /* this processor's idle thread. */ member in struct:processor
H A Dmachine.c299 new_thread = processor->idle_thread;
H A Dsched_prim.c1918 return (processor->idle_thread);
1956 return (processor->idle_thread);
1967 return (processor->idle_thread);
1983 return (processor->idle_thread);
2031 thread_timer_event(processor->last_dispatch, &processor->idle_thread->system_timer);
2032 PROCESSOR_DATA(processor, kernel_timer) = &processor->idle_thread->system_timer;
4549 idle_thread(void) function
4556 thread_run(processor->idle_thread, (thread_continue_t)idle_thread, NULL, new_thread);
4560 thread_block((thread_continue_t)idle_thread);
[all...]
H A Dprocessor.c155 processor->active_thread = processor->next_thread = processor->idle_thread = THREAD_NULL;
465 if (processor->idle_thread == THREAD_NULL) {
H A Dsched_prim.h167 extern void idle_thread(void);
/macosx-10.9.5/system_cmds-597.90.1/dirhelper.tproj/
H A Ddirhelper.c75 void* idle_thread(void* param __attribute__((unused)));
177 idle_thread(void* param __attribute__((unused))) { function
538 pthread_create(&thread, NULL, &idle_thread, NULL);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dirhelper.tproj/
H A Ddirhelper.c75 void* idle_thread(void* param __attribute__((unused)));
177 idle_thread(void* param __attribute__((unused))) { function
538 pthread_create(&thread, NULL, &idle_thread, NULL);
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpcb.c524 PMAP_SWITCH_CONTEXT(thread, processor->idle_thread, cpu_number());

Completed in 200 milliseconds