aiocb
Attributes
#
aio_fildesint aiocb::aio_fildes
Type: int
The file descriptor.
#
aio_offsetoff_t aiocb::aio_offset
Type: off_t
The file offset.
#
aio_bufvolatile void* aiocb::aio_buf
Type: volatile void *
The read/write buffer.
#
aio_nbytessize_t aiocb::aio_nbytes
Type: size_t
The number of bytes to read or write.
#
aio_reqprioint aiocb::aio_reqprio
Type: int
The AIO request priority.
#
aio_sigeventstruct sigevent aiocb::aio_sigevent
Type: struct sigevent
The AIO sigevent.
#
aio_lio_opcodeint aiocb::aio_lio_opcode
Type: int
The AIO list opcode.
#
asyncdevfs_async_t aiocb::async
Type: devfs_async_t
AIO Data Structure.
Details
This is the data structure used when performing asynchronous reads or writes.