Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines_common.c260 if (callbacks->context_switch != NULL) { in sched_perfcontrol_register_callbacks()
261 sched_perfcontrol_switch = callbacks->context_switch; in sched_perfcontrol_register_callbacks()
H A Dmachine_routines.h1166 sched_perfcontrol_context_switch_t context_switch; member