Go to the source code of this file.
|
| int | epoll_create (int size) |
| |
| int | epoll_create1 (int flags) |
| |
| int | epoll_ctl (int epfd, int op, int fd, struct epoll_event *event) |
| |
| int | epoll_wait (int epfd, struct epoll_event *events, int maxevents, int timeout) |
| |
| int | epoll_pwait (int epfd, struct epoll_event *events, int maxevents, int timeout, const sigset_t *sigmask) |
| |
| int | epoll_pwait2 (int epfd, struct epoll_event *events, int maxevents, const struct timespec *timeout, const sigset_t *sigmask) |
| |
◆ EPOLL_CLOEXEC
◆ EPOLL_CTL_ADD
◆ EPOLL_CTL_MOD
◆ EPOLL_CTL_DEL
◆ EPOLLIN
◆ EPOLLOUT
◆ EPOLLHUP
◆ EPOLLERR
◆ EPOLLPRI
◆ EPOLLET
| #define EPOLLET (1 << 16) |
◆ EPOLLONESHOT
| #define EPOLLONESHOT (1 << 17) |
◆ EPOLLWAKEUP
| #define EPOLLWAKEUP (1 << 18) |
◆ EPOLLEXCLUSIVE
| #define EPOLLEXCLUSIVE (1 << 19) |
◆ epoll_create
◆ epoll_create1
◆ epoll_ctl
◆ epoll_wait
◆ epoll_pwait
◆ epoll_pwait2
◆ __NR_epoll_create
◆ __NR_epoll_create1
◆ __NR_epoll_ctl
◆ __NR_epoll_wait
◆ __NR_epoll_pwait
| #define __NR_epoll_pwait |
( |
| __epfd, |
|
|
| __events, |
|
|
| __maxevents, |
|
|
| __timeout, |
|
|
| __set, |
|
|
| __set_size ) |
Value: epoll_pwait((__epfd), (__events), (__maxevents), (__timeout), (__set))
#define epoll_pwait
Definition epoll.h:55
◆ epoll_data_t
◆ vsf_linux_sys_epoll_vplt_t
| typedef struct vsf_linux_sys_epoll_vplt_t vsf_linux_sys_epoll_vplt_t |
◆ epoll_create()
| int epoll_create |
( |
int | size | ) |
|
◆ epoll_create1()
| int epoll_create1 |
( |
int | flags | ) |
|
◆ epoll_ctl()
| int epoll_ctl |
( |
int | epfd, |
|
|
int | op, |
|
|
int | fd, |
|
|
struct epoll_event * | event ) |
◆ epoll_wait()
| int epoll_wait |
( |
int | epfd, |
|
|
struct epoll_event * | events, |
|
|
int | maxevents, |
|
|
int | timeout ) |
◆ epoll_pwait()
| int epoll_pwait |
( |
int | epfd, |
|
|
struct epoll_event * | events, |
|
|
int | maxevents, |
|
|
int | timeout, |
|
|
const sigset_t * | sigmask ) |
◆ epoll_pwait2()
◆ VSF_CAL_PACKED
◆ vsf_linux_sys_epoll_vplt