#include <stdint.h>
Go to the source code of this file.
|
enum | EPOLL_EVENTS {
EPOLLIN = (int) (1U << 0),
EPOLLPRI = (int) (1U << 1),
EPOLLOUT = (int) (1U << 2),
EPOLLERR = (int) (1U << 3),
EPOLLHUP = (int) (1U << 4),
EPOLLRDNORM = (int) (1U << 6),
EPOLLRDBAND = (int) (1U << 7),
EPOLLWRNORM = (int) (1U << 8),
EPOLLWRBAND = (int) (1U << 9),
EPOLLMSG = (int) (1U << 10),
EPOLLRDHUP = (int) (1U << 13),
EPOLLONESHOT = (int) (1U << 31),
EPOLLIN = (int) (1U << 0),
EPOLLPRI = (int) (1U << 1),
EPOLLOUT = (int) (1U << 2),
EPOLLERR = (int) (1U << 3),
EPOLLHUP = (int) (1U << 4),
EPOLLRDNORM = (int) (1U << 6),
EPOLLRDBAND = (int) (1U << 7),
EPOLLWRNORM = (int) (1U << 8),
EPOLLWRBAND = (int) (1U << 9),
EPOLLMSG = (int) (1U << 10),
EPOLLRDHUP = (int) (1U << 13),
EPOLLONESHOT = (int) (1U << 31)
} |
|
◆ EPOLL_CTL_ADD
◆ EPOLL_CTL_DEL
◆ EPOLL_CTL_MOD
◆ EPOLLERR
#define EPOLLERR (1U << 3) |
◆ EPOLLHUP
#define EPOLLHUP (1U << 4) |
◆ EPOLLIN
#define EPOLLIN (1U << 0) |
◆ EPOLLMSG
#define EPOLLMSG (1U << 10) |
◆ EPOLLONESHOT
#define EPOLLONESHOT (1U << 31) |
◆ EPOLLOUT
#define EPOLLOUT (1U << 2) |
◆ EPOLLPRI
#define EPOLLPRI (1U << 1) |
◆ EPOLLRDBAND
#define EPOLLRDBAND (1U << 7) |
◆ EPOLLRDHUP
#define EPOLLRDHUP (1U << 13) |
◆ EPOLLRDNORM
#define EPOLLRDNORM (1U << 6) |
◆ EPOLLWRBAND
#define EPOLLWRBAND (1U << 9) |
◆ EPOLLWRNORM
#define EPOLLWRNORM (1U << 8) |
◆ WEPOLL_EXPORT
◆ epoll_data_t
◆ HANDLE
◆ SOCKET
◆ EPOLL_EVENTS
Enumerator |
---|
EPOLLIN | |
EPOLLPRI | |
EPOLLOUT | |
EPOLLERR | |
EPOLLHUP | |
EPOLLRDNORM | |
EPOLLRDBAND | |
EPOLLWRNORM | |
EPOLLWRBAND | |
EPOLLMSG | |
EPOLLRDHUP | |
EPOLLONESHOT | |
EPOLLIN | |
EPOLLPRI | |
EPOLLOUT | |
EPOLLERR | |
EPOLLHUP | |
EPOLLRDNORM | |
EPOLLRDBAND | |
EPOLLWRNORM | |
EPOLLWRBAND | |
EPOLLMSG | |
EPOLLRDHUP | |
EPOLLONESHOT | |
Definition at line 41 of file wepoll.h.
◆ epoll_close()
◆ epoll_create()
◆ epoll_create1()
◆ epoll_ctl()
◆ epoll_wait()