Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/shims/
HDyield.h151 #define _dispatch_thread_switch(thread_name, option, option_time) \ argument
152 thread_switch((thread_name), (option), (option_time))
/NextBSD/sys/compat/mach/
HDmach_thread.c88 mach_thread_switch(mach_port_name_t thread_name, int option, mach_msg_timeout_t option_time) in mach_thread_switch() argument
95 timeout = option_time * hz / 1000; in mach_thread_switch()
HDmach_traps.c150 return (mach_thread_switch(uap->thread_name, uap->option, uap->option_time)); in sys_thread_switch()
/NextBSD/sys/sys/mach/
HDthread_switch.h102 mach_msg_timeout_t option_time);
HDmach_traps.h283 mach_msg_timeout_t option_time);
531 PAD_ARG_(mach_msg_timeout_t, option_time);
HDrpc.h76 #define THREAD_SWITCH(thread, option, option_time) \ argument
/NextBSD/sys/kern/
HDsystrace_args.c3769 iarg[2] = p->option_time; /* mach_msg_timeout_t */ in systrace_args()
/NextBSD/sys/sys/
HDsysproto.h2038 …char option_time_l_[PADL_(mach_msg_timeout_t)]; mach_msg_timeout_t option_time; char option_time_r… member