Searched defs:aio_block (Results 1 – 1 of 1) sorted by relevance
27 struct aio_block { struct28 std::vector<struct iocb> iocb;29 std::vector<struct iocb*> iocbs;30 std::vector<struct io_event> events;31 aio_context_t ctx;32 int num_submitted;33 int fd;