13.21 Other low-level-I/O-related functions

Data Type: struct pollfd
Data Type: struct epoll_event
Function: 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).

Function: 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).

Function: 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).