Searched refs:thread_switch (Results 1 – 11 of 11) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | contextswitch.c | 145 thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0); in thread() 148 if (thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0)) { in thread() 155 if (thread_switch(THREAD_NULL, SWITCH_OPTION_NONE, 0)) { in thread()
|
| H A D | sched_yield_aggressor.c | 57 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_NONE, MACH_MSG_TIMEOUT_NONE); in thread_switch_loop() 65 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_WAIT, MACH_MSG_TIMEOUT_NONE); in thread_switch_wait_loop() 73 thread_switch(MACH_PORT_NULL, SWITCH_OPTION_DEPRESS, MACH_MSG_TIMEOUT_NONE); in thread_switch_depress_loop()
|
| 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-10063.141.1/osfmk/mach/ |
| H A D | Makefile | 172 thread_switch.h \ 237 thread_switch.h \ 267 …$(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES} ${EXTRA_PRIVATE_DATAFILES}… 276 …$(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES} ${EXTRA_PRIVATE_DATAFILES}…
|
| H A D | mach.modulemap | 365 module thread_switch { 366 header "mach/thread_switch.h"
|
| H A D | mach_traps.h | 315 extern kern_return_t thread_switch( 630 extern kern_return_t thread_switch(
|
| /xnu-10063.141.1/libsyscall/mach/ |
| H A D | ms_thread_switch.c | 67 thread_switch( in thread_switch() function
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | syscall_sw.c | 171 /* 61 */ MACH_TRAP(thread_switch, 3, 3, munge_www),
|
| H A D | syscall_subr.c | 198 thread_switch( in thread_switch() function
|