int
poll (struct pollfd *fds, nfds_t nfds, int timeout)
¶This documentation is a stub. For additional information on this function, consult the manual page https://man7.org/linux/man-pages/man2/poll.2.html. See Linux (The Linux Kernel).
int
epoll_create(int size)
¶This documentation is a stub. For additional information on this function, consult the manual page https://man7.org/linux/man-pages/man2/epoll_create.2.html. See Linux (The Linux Kernel).
int
epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
¶This documentation is a stub. For additional information on this function, consult the manual page https://man7.org/linux/man-pages/man2/epoll_wait.2.html. See Linux (The Linux Kernel).