Init io_service / io_uring object * @see io_uring_setup(2) * @param entries Maximum sqe can be gotten without submitting * @param flags flags used to init io_uring * @param wq_fd existing io_uring ring_fd used by IORING_SETUP_ATTACH_WQ * @note io_service is NOT thread safe, nor is liburing. When used in a * multi-threaded program, it's highly recommended to crea
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected