Searched refs:option_time (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/lib/libdispatch/src/shims/ |
| HD | yield.h | 151 #define _dispatch_thread_switch(thread_name, option, option_time) \ argument 152 thread_switch((thread_name), (option), (option_time))
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_thread.c | 88 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()
|
| HD | mach_traps.c | 150 return (mach_thread_switch(uap->thread_name, uap->option, uap->option_time)); in sys_thread_switch()
|
| /NextBSD/sys/sys/mach/ |
| HD | thread_switch.h | 102 mach_msg_timeout_t option_time);
|
| HD | mach_traps.h | 283 mach_msg_timeout_t option_time); 531 PAD_ARG_(mach_msg_timeout_t, option_time);
|
| HD | rpc.h | 76 #define THREAD_SWITCH(thread, option, option_time) \ argument
|
| /NextBSD/sys/kern/ |
| HD | systrace_args.c | 3769 iarg[2] = p->option_time; /* mach_msg_timeout_t */ in systrace_args()
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 2038 …char option_time_l_[PADL_(mach_msg_timeout_t)]; mach_msg_timeout_t option_time; char option_time_r… member
|