Searched refs:events (Results 1 – 4 of 4) 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 | 36 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()
|
/sysdeps/unix/sysv/linux/sys/ |
A D | epoll.h | 85 uint32_t events; /* Epoll events */ member
|
/sysdeps/pthread/ |
A D | tst-cancel4.c | 359 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_poll() 392 struct pollfd rfs[1] = { [0] = { .fd = fd, .events = POLLIN } }; in tf_ppoll()
|
Completed in 7 milliseconds