Home
last modified time | relevance | path

Searched refs:machine_thread_going_on_core (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dmachine.h126 extern void machine_thread_going_on_core(thread_t new_thread,
H A Dthread_group.c755 machine_thread_going_on_core(t, thread_get_urgency(t, &arg1, &arg2), 0, 0, ctime); in thread_notify_thread_group_change_self()
1130 machine_thread_going_on_core(t, thread_get_urgency(t, &arg1, &arg2), 0, 0, ctime); in thread_set_autojoin_thread_group_locked()
H A Dpriority.c258 machine_thread_going_on_core(thread, urgency, 0, 0, ctime); in thread_quantum_expire()
H A Dsched_prim.c4005 machine_thread_going_on_core(self, urgency, latency, self->same_pri_latency, in thread_dispatch()
6458 machine_thread_going_on_core(thread, processor->current_urgency, 0, 0, ctime); in set_sched_pri()
/xnu-11215/osfmk/i386/
H A DpmCPU.c807 machine_thread_going_on_core(__unused thread_t new_thread, in machine_thread_going_on_core() function
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c500 machine_thread_going_on_core(thread_t new_thread, in machine_thread_going_on_core() function