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