Searched refs:timeout_val (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_mig.c | 116 mach_msg_timeout_t timeout_val = MACH_MSG_TIMEOUT_NONE; in mach_msg_send_from_kernel() local 117 return kernel_mach_msg_send(msg, send_size, option, timeout_val, NULL); in mach_msg_send_from_kernel() 125 mach_msg_timeout_t timeout_val) in mach_msg_send_from_kernel_with_options() argument 127 return kernel_mach_msg_send(msg, send_size, option, timeout_val, NULL); in mach_msg_send_from_kernel_with_options() 134 mach_msg_timeout_t timeout_val, in kernel_mach_msg_send_common() argument 164 mr = ipc_kmsg_send(kmsg, option, timeout_val); in kernel_mach_msg_send_common() 179 mach_msg_timeout_t timeout_val, in kernel_mach_msg_send() argument 198 return kernel_mach_msg_send_common(kmsg, option, timeout_val, message_moved); in kernel_mach_msg_send() 208 mach_msg_timeout_t timeout_val = MACH_MSG_TIMEOUT_NONE; in mach_msg_send_from_kernel_proper() local 221 return kernel_mach_msg_send_common(kmsg, option, timeout_val, NULL); in mach_msg_send_from_kernel_proper() [all …]
|
| H A D | ipc_mig.h | 229 mach_msg_timeout_t timeout_val, 239 mach_msg_timeout_t timeout_val, 248 mach_msg_timeout_t timeout_val);
|
| /xnu-11215.1.10/osfmk/ipc/ |
| H A D | ipc_mqueue.h | 163 mach_msg_timeout_t timeout_val); 173 mach_msg_timeout_t timeout_val,
|
| H A D | ipc_kmsg.h | 327 mach_msg_timeout_t timeout_val);
|