Searched refs:SWITCH_OPTION_NONE (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/tests/sched/ |
| H A D | contextswitch.c | 142 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 D | yield_aggressor.c | 59 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_NONE, MACH_MSG_TIMEOUT_NONE); in thread_switch_loop()
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | thread_switch.h | 71 #define SWITCH_OPTION_NONE 0 macro
|
| /xnu-12377.41.6/tests/ |
| H A D | arm_matrix.c | 316 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.41.6/osfmk/kern/ |
| H A D | syscall_subr.c | 222 case SWITCH_OPTION_NONE: in thread_switch()
|