Searched refs:maxevents (Results 1 – 2 of 2) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | epoll_wait.c | 27 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 D | epoll_pwait.c | 37 int maxevents, int timeout, in epoll_pwait() argument 40 return SYSCALL_CANCEL (epoll_pwait, epfd, events, maxevents, in epoll_pwait()
|
Completed in 3 milliseconds