Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/osfmk/kern/
H A Dsyscall_subr.c207 mach_msg_timeout_t option_time = args->option_time; in thread_switch() local
294 option_time, scale_factor); in thread_switch()
296 thread_depress_ms(option_time); in thread_switch()
309 assert_wait_timeout((event_t)assert_wait_timeout, interruptible, option_time, scale_factor); in thread_switch()
321 thread_depress_ms(option_time); in thread_switch()
/xnu-12377.81.4/osfmk/mach/
H A Dmach_traps.h319 mach_msg_timeout_t option_time);
633 PAD_ARG_(mach_msg_timeout_t, option_time);