Searched refs:old_thread (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | machine.h | 132 extern void machine_thread_going_off_core(thread_t old_thread, boolean_t thread_terminating,
|
| H A D | sched_prim.h | 147 thread_t old_thread, 158 extern __dead2 void thread_continue(thread_t old_thread);
|
| H A D | machine.c | 403 __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 D | thread.h | 1222 thread_t old_thread,
|
| /xnu-11215/osfmk/i386/ |
| H A D | pmCPU.h | 81 void (*pmThreadGoingOffCore)(thread_t old_thread, boolean_t transfer_load,
|
| H A D | pmCPU.c | 816 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 D | machine_routines_common.c | 540 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 D | kern_exec.c | 5004 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()
|