Searched refs:SWITCH_OPTION_DEPRESS (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/osfmk/mach/ |
| H A D | thread_switch.h | 72 #define SWITCH_OPTION_DEPRESS 1 macro
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | syscall_subr.c | 182 if (option == SWITCH_OPTION_DEPRESS || option == SWITCH_OPTION_OSLOCK_DEPRESS) { in thread_switch_continue() 225 case SWITCH_OPTION_DEPRESS: in thread_switch()
|
| /xnu-11417.121.6/tests/ |
| H A D | turnstile_multihop.c | 537 thread_switch(thread_port, SWITCH_OPTION_DEPRESS, 0); in thread_wait_to_block() 558 thread_switch(yield_thread, SWITCH_OPTION_DEPRESS, 0); in thread_wait_to_boost()
|
| H A D | prioritize_process_launch.c | 179 thread_switch(thread_port, SWITCH_OPTION_DEPRESS, 0); in thread_wait_to_block()
|
| H A D | kevent_qos.c | 1133 thread_switch(thread_port, SWITCH_OPTION_DEPRESS, 0); in thread_wait_to_block()
|
| /xnu-11417.121.6/tests/sched/ |
| H A D | yield_aggressor.c | 75 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_DEPRESS, MACH_MSG_TIMEOUT_NONE); in thread_switch_depress_loop()
|