Home
last modified time | relevance | path

Searched refs:context_switch (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dmachine_routines_common.c255 if (callbacks->context_switch != NULL) { in sched_perfcontrol_register_callbacks()
256 sched_perfcontrol_switch = callbacks->context_switch; in sched_perfcontrol_register_callbacks()
H A Dmachine_routines.h1152 sched_perfcontrol_context_switch_t context_switch; member