Searched defs:aio_block (Results 1 – 1 of 1) sorted by relevance
31 struct aio_block { struct32 std::vector<struct iocb> iocb;33 std::vector<struct iocb*> iocbs;34 std::vector<struct io_event> events;35 aio_context_t ctx;36 int num_submitted;60 struct aio_block read_aiob; argument