Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c5111 enum { eExitIdle, eInterruptRunning, eDoNothing } ipi_action = eDoNothing; in processor_setrun() enumerator
5177 if (ipi_action != eDoNothing) { in processor_setrun()
5211 if (ipi_action != eDoNothing && processor == current_processor()) { in processor_setrun()