Home
last modified time | relevance | path

Searched refs:maxev (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Depoll_pwait2.c23 __epoll_pwait2_time64 (int fd, struct epoll_event *ev, int maxev, in __epoll_pwait2_time64() argument
27 return SYSCALL_CANCEL (epoll_pwait2, fd, ev, maxev, tmo, s, __NSIG_BYTES); in __epoll_pwait2_time64()
33 epoll_pwait2 (int fd, struct epoll_event *ev, int maxev, in libc_hidden_def()
42 return __epoll_pwait2_time64 (fd, ev, maxev, ptmo64, s); in libc_hidden_def()
Dtst-epoll.c154 epoll_wait_check (int epfd, struct epoll_event *ev, int maxev, int tmo, in epoll_wait_check() argument
159 int r = epoll_wait (epfd, ev, maxev, tmo); in epoll_wait_check()
165 epoll_pwait_check (int epfd, struct epoll_event *ev, int maxev, int tmo, in epoll_pwait_check() argument
168 return epoll_pwait (epfd, ev, maxev, tmo, ss); in epoll_pwait_check()
172 epoll_pwait2_check (int epfd, struct epoll_event *ev, int maxev, int tmo, in epoll_pwait2_check() argument
177 return epoll_pwait2 (epfd, ev, maxev, &(struct timespec) { s, ns }, ss); in epoll_pwait2_check()
/glibc-2.36/include/sys/
Depoll.h10 extern int __epoll_pwait2_time64 (int fd, struct epoll_event *ev, int maxev,