Searched refs:active_thread (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dast.c218 thread_t thread = processor->active_thread;
H A Dmachine.c297 thread_t new_thread, old_thread = processor->active_thread;
300 processor->active_thread = new_thread;
H A Dprocessor.h140 *active_thread, /* thread running on processor */ member in struct:processor
H A Dstartup.c522 processor->active_thread = thread;
H A Dprocessor.c154 processor->active_thread = THREAD_NULL;
453 if ( processor->active_thread == THREAD_NULL &&
H A Dsched_fixedpriority.c566 if (processor->active_thread && thread_eager_preemption(processor->active_thread))
H A Dthread_act.c721 processor->active_thread == thread )
921 processor->active_thread == thread )
H A Dsched_prim.c1334 if (processor != PROCESSOR_NULL && processor->active_thread == thread)
1416 return ((processor != PROCESSOR_NULL) && (processor->active_thread == thread));
2118 processor->active_thread = thread;
2228 processor->active_thread = thread;
3108 else if(processor->active_thread && thread_eager_preemption(processor->active_thread))
3189 assert(processor->active_thread != NULL);
3201 if (processor->active_thread && thread_eager_preemption(processor->active_thread))
3703 thread_t thread = processor->active_thread;
[all...]
H A Dledger.c763 (p->active_thread == thread))
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c139 if ((PROCESSOR_NULL != lastProcessor) && (thread == lastProcessor->active_thread)) {

Completed in 46 milliseconds