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

/darwin-on-arm/xnu/osfmk/kern/
H A Dmachine.c246 thread_t old_thread, self = current_thread(); local
283 old_thread = machine_processor_shutdown(self, processor_offline, processor);
285 thread_dispatch(old_thread, self);
297 thread_t new_thread, old_thread = processor->active_thread; local
311 thread_dispatch(old_thread, new_thread);
H A Dsched_prim.h111 thread_t old_thread,
123 thread_t old_thread);
H A Dthread.h570 thread_t old_thread,
/darwin-on-arm/xnu/osfmk/arm/
H A Dcpu_data.h111 thread_t old_thread; member in struct:cpu_data
H A Dpcb.c68 thread_t Switch_context(thread_t old_thread, thread_continue_t continuation,
191 datap->old_thread = old;
/darwin-on-arm/xnu/osfmk/arm64/
H A Dthread_initialize.c55 thread_t Switch_context(thread_t old_thread, thread_continue_t continuation, thread_t new_thread);
171 datap->old_thread = old;

Completed in 27 milliseconds