Home
last modified time | relevance | path

Searched refs:option_time (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/libsyscall/mach/
H A Dms_thread_switch.c70 mach_msg_timeout_t option_time) in thread_switch() argument
74 result = syscall_thread_switch(thread, option, option_time); in thread_switch()
/xnu-11417.121.6/osfmk/kern/
H A Dsyscall_subr.c205 mach_msg_timeout_t option_time = args->option_time; in thread_switch() local
288 option_time, scale_factor); in thread_switch()
290 thread_depress_ms(option_time); in thread_switch()
303 assert_wait_timeout((event_t)assert_wait_timeout, interruptible, option_time, scale_factor); in thread_switch()
315 thread_depress_ms(option_time); in thread_switch()
/xnu-11417.121.6/osfmk/mach/
H A Dmach_traps.h318 mach_msg_timeout_t option_time);
628 PAD_ARG_(mach_msg_timeout_t, option_time);