Searched refs:epoll_event (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/sys/ |
D | epoll.h | 59 struct epoll_event struct 66 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event); argument 67 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout);
|
/bionic/libc/ |
D | SYSCALLS.TXT | 304 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) 1 305 int epoll_wait(int epfd, struct epoll_event *events, int max, int timeout) 1
|