Function mach_msg [src]

Alias for std.c.darwin.mach_msg

Prototype

pub extern "c" fn mach_msg( msg: ?*mach_msg_header_t, option: mach_msg_option_t, send_size: mach_msg_size_t, rcv_size: mach_msg_size_t, rcv_name: mach_port_name_t, timeout: mach_msg_timeout_t, notify: mach_port_name_t, ) kern_return_t

Parameters

msg: ?*mach_msg_header_toption: mach_msg_option_tsend_size: mach_msg_size_trcv_size: mach_msg_size_trcv_name: mach_port_name_ttimeout: mach_msg_timeout_tnotify: mach_port_name_t

Source

pub extern "c" fn mach_msg( msg: ?*mach_msg_header_t, option: mach_msg_option_t, send_size: mach_msg_size_t, rcv_size: mach_msg_size_t, rcv_name: mach_port_name_t, timeout: mach_msg_timeout_t, notify: mach_port_name_t, ) kern_return_t