Searched refs:next_thread (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dstartup.c350 if (processor->next_thread == THREAD_NULL) {
356 thread = processor->next_thread;
357 processor->next_thread = THREAD_NULL;
H A Dprocessor.h124 *next_thread, /* next thread when dispatched */ member in struct:processor
H A Dprocessor.c147 processor->active_thread = processor->next_thread = processor->idle_thread = THREAD_NULL;
384 processor->next_thread == THREAD_NULL ) {
399 processor->next_thread = thread;
H A Dsched_prim.c2067 processor->next_thread = thread;
2157 processor->next_thread = thread;
2872 while (processor->next_thread == THREAD_NULL && processor->runq.count == 0 && rt_runq.count == 0 &&
2897 new_thread = processor->next_thread;
2898 processor->next_thread = THREAD_NULL;
2942 if ((new_thread = processor->next_thread) != THREAD_NULL) {
2943 processor->next_thread = THREAD_NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c512 next_thread:
808 goto next_thread;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c827 next_thread:
1119 goto next_thread;

Completed in 46 milliseconds