Searched refs:epoll_event (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/sys/ |
D | epoll.h | 84 struct epoll_event struct 111 struct epoll_event *__event) __THROW; 124 extern int epoll_wait (int __epfd, struct epoll_event *__events, 134 extern int epoll_pwait (int __epfd, struct epoll_event *__events, 144 extern int epoll_pwait2 (int __epfd, struct epoll_event *__events, 150 extern int __REDIRECT (epoll_pwait2, (int __epfd, struct epoll_event *__ev,
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-epoll.c | 37 typedef int (*epoll_wait_check_t) (int, struct epoll_event *, int, 61 struct epoll_event event; in test_epoll_basic() 133 struct epoll_event event; in test_epoll_large_timeout() 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()
|
D | test-errno-linux.c | 143 struct epoll_event epoll_event; in do_test() local 158 fails |= test_wrp (EBADF, epoll_ctl, -1, EPOLL_CTL_ADD, 0, &epoll_event); in do_test() 159 fails |= test_wrp (EBADF, epoll_wait, -1, &epoll_event, 1, 1); in do_test()
|
D | epoll_pwait2.c | 23 __epoll_pwait2_time64 (int fd, struct epoll_event *ev, int maxev, in __epoll_pwait2_time64() 33 epoll_pwait2 (int fd, struct epoll_event *ev, int maxev, in libc_hidden_def()
|
D | epoll_pwait.c | 36 int epoll_pwait (int epfd, struct epoll_event *events, in epoll_pwait()
|
D | epoll_wait.c | 27 epoll_wait (int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait()
|
/glibc-2.36/include/sys/ |
D | epoll.h | 10 extern int __epoll_pwait2_time64 (int fd, struct epoll_event *ev, int maxev,
|
/glibc-2.36/nscd/ |
D | connections.c | 2189 struct epoll_event ev = { 0, }; in main_loop_epoll() 2225 struct epoll_event revs[100]; in main_loop_epoll()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 88504 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
|