Function task_set_exception_ports [src]
Alias for std.c.darwin.task_set_exception_ports
Prototype
pub extern "c" fn task_set_exception_ports( task: task_t, exception_mask: exception_mask_t, new_port: mach_port_t, behavior: exception_behavior_t, new_flavor: thread_state_flavor_t, ) kern_return_t
Parameters
task: task_t
exception_mask: exception_mask_t
new_port: mach_port_t
behavior: exception_behavior_t
new_flavor: thread_state_flavor_t
Source
pub extern "c" fn task_set_exception_ports(
task: task_t,
exception_mask: exception_mask_t,
new_port: mach_port_t,
behavior: exception_behavior_t,
new_flavor: thread_state_flavor_t,
) kern_return_t