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 poll(2) 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 epoll_create(2) 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 epoll_wait(2) See Linux (The Linux Kernel).