Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/ !
H A Dcontextswitch.c145 thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0); in thread()
148 if (thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0)) { in thread()
155 if (thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0)) { in thread()
H A Dsched_yield_aggressor.c57 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_NONE, MACH_MSG_TIMEOUT_NONE); in thread_switch_loop()
/xnu-10063.141.1/osfmk/mach/ !
H A Dthread_switch.h71 #define SWITCH_OPTION_NONE 0 macro
/xnu-10063.141.1/osfmk/kern/ !
H A Dsyscall_subr.c220 case SWITCH_OPTION_NONE: in thread_switch()