Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
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()
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()
Depoll_pwait.c36 int epoll_pwait (int epfd, struct epoll_event *events, in epoll_pwait() argument
40 return SYSCALL_CANCEL (epoll_pwait, epfd, events, maxevents, in epoll_pwait()