Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/mach/
H A Dthread_switch.h72 #define SWITCH_OPTION_DEPRESS 1 macro
/xnu-10063.101.15/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-10063.101.15/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 Dsched_yield_aggressor.c73 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_DEPRESS, MACH_MSG_TIMEOUT_NONE); in thread_switch_depress_loop()
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()