Searched refs:option_time (Results 1 – 10 of 10) sorted by relevance
| /trueos/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))
|
| /trueos/sys/compat/mach/ |
| HD | mach_thread.c | 61 mach_thread_switch(mach_port_name_t thread_name, int option, mach_msg_timeout_t option_time) in mach_thread_switch() argument 68 timeout = option_time * hz / 1000; in mach_thread_switch()
|
| HD | mach_traps.c | 123 return (mach_thread_switch(uap->thread_name, uap->option, uap->option_time)); in sys_thread_switch()
|
| /trueos/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 | 74 #define THREAD_SWITCH(thread, option, option_time) \ argument
|
| /trueos/ |
| D | initial stab at compiling mach.diff | 2937 + char option_time_l_[PADL_(mach_msg_timeout_t)]; mach_msg_timeout_t option_time; char option_time_… 3650 - syscallarg(mach_msg_timeout_t) option_time; 4886 - timeout = SCARG(uap, option_time) * hz / 1000; 4888 + timeout = uap->option_time * hz / 1000; 6006 mach_msg_timeout_t option_time); } 6355 + iarg[2] = p->option_time; /* mach_msg_timeout_t */
|
| D | mach-compat.diff | 10604 + syscallarg(mach_msg_timeout_t) option_time; 12315 + syscallarg(mach_msg_timeout_t) option_time; 12321 + timeout = SCARG(uap, option_time) * hz / 1000; 14723 + mach_msg_timeout_t option_time); }
|
| /trueos/sys/kern/ |
| HD | systrace_args.c | 3794 iarg[2] = p->option_time; /* mach_msg_timeout_t */ in systrace_args()
|
| /trueos/sys/sys/ |
| HD | sysproto.h | 2055 …char option_time_l_[PADL_(mach_msg_timeout_t)]; mach_msg_timeout_t option_time; char option_time_r… member
|