Searched defs:max_events (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/bionic/ |
D | sys_epoll.cpp | 50 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) { in epoll_pwait() 61 int epoll_pwait64(int fd, epoll_event* events, int max_events, int timeout, const sigset64_t* ss) { in epoll_pwait64() 65 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { in epoll_wait()
|