previous: >>108758195
#define __NR_io_setup 206
#define __NR_io_destroy 207
#define __NR_io_getevents 208
#define __NR_io_submit 209
#define __NR_io_cancel 210
#define __NR_io_pgetevents 333
https://man7.org/linux/man-pages/man2/io_setup.2.html
https://man7.org/linux/man-pages/man2/io_destroy.2.html
https://man7.org/linux/man-pages/man2/io_getevents.2.html
https://man7.org/linux/man-pages/man2/io_submit.2.html
https://man7.org/linux/man-pages/man2/io_cancel.2.html
tl;dr:
asynchronous IO (aio)
seems like pgetevents may not necessarily exist
can't say i'm particularly familiar with this subject, but here https://man7.org/linux/man-pages/man7/aio.7.html
seems useful enough, although i'm not sure why you'd prefer this over any other implementation. any anons around who've used this? care to weigh in?
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/