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