Home
last modified time | relevance | path

Searched refs:old_thread (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dmachine.h132 extern void machine_thread_going_off_core(thread_t old_thread, boolean_t thread_terminating,
H A Dsched_prim.h147 thread_t old_thread,
158 extern __dead2 void thread_continue(thread_t old_thread);
H A Dmachine.c403 __assert_only thread_t old_thread = THREAD_NULL; in processor_offline() local
449 old_thread = machine_processor_shutdown(self, processor_offline_intstack, processor); in processor_offline()
457 assert(old_thread == THREAD_NULL); in processor_offline()
H A Dthread.h1222 thread_t old_thread,
/xnu-11215/osfmk/i386/
H A DpmCPU.h81 void (*pmThreadGoingOffCore)(thread_t old_thread, boolean_t transfer_load,
H A DpmCPU.c816 machine_thread_going_off_core(thread_t old_thread, boolean_t thread_terminating, in machine_thread_going_off_core() argument
825 pmDispatch->pmThreadGoingOffCore(old_thread, thread_terminating, in machine_thread_going_off_core()
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c540 machine_thread_going_off_core(thread_t old_thread, boolean_t thread_terminating, in machine_thread_going_off_core() argument
547 perfcontrol_state_t state = FIND_PERFCONTROL_STATE(old_thread); in machine_thread_going_off_core()
549 off_core.thread_id = old_thread->thread_id; in machine_thread_going_off_core()
553 struct thread_group *tg = thread_group_get(old_thread); in machine_thread_going_off_core()
/xnu-11215/bsd/kern/
H A Dkern_exec.c5004 thread_t old_thread = current_thread(); in proc_exec_switch_task() local
5007 thread_set_exec_promotion(old_thread); in proc_exec_switch_task()
5018 thread_active = thread_is_active(old_thread); in proc_exec_switch_task()
5146 thread_clear_exec_promotion(old_thread); in proc_exec_switch_task()