1io_uring_queue_exit(3)          liburing Manual         io_uring_queue_exit(3)
2
3
4

NAME

6       io_uring_queue_exit  -  tear  down  io_uring  submission and completion
7       queues
8

SYNOPSIS

10       #include <liburing.h>
11
12       int io_uring_queue_exit(struct io_uring *ring);
13

DESCRIPTION

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

RETURN VALUE

21       None
22

SEE ALSO

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)
Impressum