1io_uring_queue_exit(3) liburing Manual io_uring_queue_exit(3)
2
3
4
6 io_uring_queue_exit - tear down io_uring submission and completion
7 queues
8
10 #include <liburing.h>
11
12 int io_uring_queue_exit(struct io_uring *ring);
13
15 io_uring_queue_exit(3) will release all resources acquired and initial‐
16 ized by io_uring_queue_init(3). It first unmaps the memory shared be‐
17 tween the application and the kernel and then closes the io_uring file
18 descriptor.
19
21 None
22
24 io_uring_setup(2), mmap(2), io_uring_queue_init(3)
25
26
27
28liburing-0.7 July 10, 2020 io_uring_queue_exit(3)