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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dms_thread_switch.c70 mach_msg_timeout_t option_time)
74 result = syscall_thread_switch(thread, option, option_time);
67 thread_switch( mach_port_t thread, int option, mach_msg_timeout_t option_time) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c208 mach_msg_timeout_t option_time = args->option_time; local
282 option_time, 1000*NSEC_PER_USEC);
285 thread_depress_ms(option_time);
300 assert_wait_timeout((event_t)assert_wait_timeout, THREAD_ABORTSAFE, option_time, 1000*NSEC_PER_USEC);
303 thread_depress_ms(option_time);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_traps.h192 mach_msg_timeout_t option_time);
495 PAD_ARG_(mach_msg_timeout_t, option_time);

Completed in 79 milliseconds