Home
last modified time | relevance | path

Searched refs:thread_terminating (Results 1 – 3 of 3) 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,
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c92 …_t old_thread_state __unused, going_off_core_t off __unused, boolean_t thread_terminating __unused) in sched_perfcontrol_offcore_default()
540 machine_thread_going_off_core(thread_t old_thread, boolean_t thread_terminating, in machine_thread_going_off_core() argument
562 sched_perfcontrol_offcore(state, &off_core, thread_terminating); in machine_thread_going_off_core()
/xnu-11215/osfmk/i386/
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()