Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Depoll_wait.c27 epoll_wait (int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
30 return SYSCALL_CANCEL (epoll_wait, epfd, events, maxevents, timeout); in epoll_wait()
32 return epoll_pwait (epfd, events, maxevents, timeout, NULL); in epoll_wait()
A Depoll_pwait.c37 int maxevents, int timeout, in epoll_pwait() argument
40 return SYSCALL_CANCEL (epoll_pwait, epfd, events, maxevents, in epoll_pwait()

Completed in 3 milliseconds