Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/
H A Dcontextswitch.c142 thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0); in thread()
145 if (thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0)) { in thread()
152 if (thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0)) { in thread()
H A Dyield_aggressor.c59 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_NONE, MACH_MSG_TIMEOUT_NONE); in thread_switch_loop()
/xnu-12377.81.4/osfmk/mach/
H A Dthread_switch.h71 #define SWITCH_OPTION_NONE 0 macro
/xnu-12377.81.4/tests/
H A Darm_matrix.c316 thread_switch(companion_thread, SWITCH_OPTION_NONE, 0); in active_context_switch_thread()
358 thread_switch(companion_thread, SWITCH_OPTION_NONE, 0); in inactive_context_switch_thread()
/xnu-12377.81.4/osfmk/kern/
H A Dsyscall_subr.c222 case SWITCH_OPTION_NONE: in thread_switch()