Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/mach/
H A Dthread_switch.h72 #define SWITCH_OPTION_DEPRESS 1 macro
/xnu-11417.121.6/osfmk/kern/
H A Dsyscall_subr.c182 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 Dturnstile_multihop.c537 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 Dprioritize_process_launch.c179 thread_switch(thread_port, SWITCH_OPTION_DEPRESS, 0); in thread_wait_to_block()
H A Dkevent_qos.c1133 thread_switch(thread_port, SWITCH_OPTION_DEPRESS, 0); in thread_wait_to_block()
/xnu-11417.121.6/tests/sched/
H A Dyield_aggressor.c75 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_DEPRESS, MACH_MSG_TIMEOUT_NONE); in thread_switch_depress_loop()