Searched refs:pmc_context_switch (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h736 boolean_t pmc_context_switch(thread_t oldThread, thread_t newThread);
H A Dpmc.c2791 * pmc_context_switch performs all context switching necessary to save all pmc
2798 boolean_t pmc_context_switch(thread_t oldThread, thread_t newThread) { function
/darwin-on-arm/xnu/osfmk/i386/
H A Dlapic_native.c802 if (pmc_context_switch(old, new) == TRUE) {

Completed in 20 milliseconds