Function - Terminate an io_done_queue kernel object.
#include<device/device.h> kern_return_t io_done_queue_terminate (mach_port_t queue);
The io_done_queue_terminate function is called to destroy a previous instatiation of the kernel object supporting asynchronous read/write operations on a device.
Functions: io_done_queue_create, io_done_queue_wait, device_read_async, device_read_async_inband, device_read_overwrite_async, device_write_async, device_write_async_inband.