Posts Tagged ‘poll’
epoll_ctl – control interface for an epoll descriptor
USAGE
#include <sys/epoll.h>
int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
DESCRIPTION
Control an epoll descriptor, epfd, by requesting that the operation op
[...]
Categories: E
