Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/src/shims/
HDyield.h151 #define _dispatch_thread_switch(thread_name, option, option_time) \ argument
152 thread_switch((thread_name), (option), (option_time))
/trueos/sys/compat/mach/
HDmach_thread.c61 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()
HDmach_traps.c123 return (mach_thread_switch(uap->thread_name, uap->option, uap->option_time)); in sys_thread_switch()
/trueos/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.h74 #define THREAD_SWITCH(thread, option, option_time) \ argument
/trueos/
Dinitial stab at compiling mach.diff2937 + 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 */
Dmach-compat.diff10604 + 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/
HDsystrace_args.c3794 iarg[2] = p->option_time; /* mach_msg_timeout_t */ in systrace_args()
/trueos/sys/sys/
HDsysproto.h2055 …char option_time_l_[PADL_(mach_msg_timeout_t)]; mach_msg_timeout_t option_time; char option_time_r… member