Home
last modified time | relevance | path

Searched refs:thread_switch (Results 1 – 11 of 11) sorted by relevance

/xnu-11417.101.15/tests/sched/
H A Dcontextswitch.c142 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 Dyield_aggressor.c59 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_NONE, MACH_MSG_TIMEOUT_NONE); in thread_switch_loop()
67 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_WAIT, MACH_MSG_TIMEOUT_NONE); in thread_switch_wait_loop()
75 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_DEPRESS, MACH_MSG_TIMEOUT_NONE); in thread_switch_depress_loop()
/xnu-11417.101.15/osfmk/mach/
H A DMakefile179 thread_switch.h \
239 thread_switch.h \
263 …$(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES} ${KERNELFILES} ${EXTRA_PRI…
271 …$(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES} ${KERNELFILES} ${EXTRA_PRI…
H A Dmach_traps.h315 extern kern_return_t thread_switch(
630 extern kern_return_t thread_switch(
/xnu-11417.101.15/libsyscall/mach/
H A Dms_thread_switch.c67 thread_switch( in thread_switch() function
/xnu-11417.101.15/tests/
H A Darm_matrix.c314 thread_switch(companion_thread, SWITCH_OPTION_NONE, 0); in active_context_switch_thread()
356 thread_switch(companion_thread, SWITCH_OPTION_NONE, 0); in inactive_context_switch_thread()
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.101.15/osfmk/kern/
H A Dsyscall_sw.c171 /* 61 */ MACH_TRAP(thread_switch, 3, 3, munge_www),
H A Dsyscall_subr.c198 thread_switch( in thread_switch() function