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

/darwin-on-arm/xnu/osfmk/kern/
H A Dstartup.c441 if (processor->next_thread == THREAD_NULL) {
447 thread = processor->next_thread;
448 processor->next_thread = THREAD_NULL;
H A Dprocessor.h141 *next_thread, /* next thread when dispatched */ member in struct:processor
H A Dprocessor.c155 processor->next_thread = THREAD_NULL;
454 processor->next_thread == THREAD_NULL ) {
469 processor->next_thread = thread;
H A Dsched_prim.c3003 processor->next_thread = thread;
3093 processor->next_thread = thread;
4025 thread = processor->next_thread;
4089 while (processor->next_thread == THREAD_NULL && SCHED(processor_queue_empty)(processor) && rt_runq.count == 0 && SCHED(fairshare_runq_count)() == 0 &&
4120 new_thread = processor->next_thread;
4121 processor->next_thread = THREAD_NULL;
4168 if ((new_thread = processor->next_thread) != THREAD_NULL) {
4169 processor->next_thread = THREAD_NULL;

Completed in 37 milliseconds