Home
last modified time | relevance | path

Searched refs:max_events (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Depoll_wait.cpp31 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()
Depoll_pwait.cpp35 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()