Searched defs:epfd (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | epoll_wait.c | 27 epoll_wait (int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
|
D | epoll_pwait.c | 36 int epoll_pwait (int epfd, struct epoll_event *events, in epoll_pwait()
|
D | tst-epoll.c | 154 epoll_wait_check (int epfd, struct epoll_event *ev, int maxev, int tmo, in epoll_wait_check() 165 epoll_pwait_check (int epfd, struct epoll_event *ev, int maxev, int tmo, in epoll_pwait_check() 172 epoll_pwait2_check (int epfd, struct epoll_event *ev, int maxev, int tmo, in epoll_pwait2_check()
|