Function mach_port_allocate [src]
Alias for std.c.darwin.mach_port_allocate
Prototype
pub extern "c" fn mach_port_allocate( task: ipc_space_t, right: mach_port_right_t, name: *mach_port_name_t, ) kern_return_t
Parameters
task: ipc_space_t
right: mach_port_right_t
name: *mach_port_name_t
Source
pub extern "c" fn mach_port_allocate(
task: ipc_space_t,
right: mach_port_right_t,
name: *mach_port_name_t,
) kern_return_t