Searched refs:max_events (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/bionic/ |
D | epoll_wait.cpp | 31 int epoll_wait(int fd, struct epoll_event* events, int max_events, int timeout) { in epoll_wait() argument 32 return epoll_pwait(fd, events, max_events, timeout, NULL); in epoll_wait()
|
D | epoll_pwait.cpp | 35 int epoll_pwait(int fd, epoll_event* events, int max_events, int timeout, const sigset_t* ss) { in epoll_pwait() argument 42 return __epoll_pwait(fd, events, max_events, timeout, kernel_ss_ptr, sizeof(kernel_ss)); in epoll_pwait()
|