tango.sys.linux.epoll

Undocumented in source.

Members

Aliases

epoll_data_t
alias epoll_data_t = epoll_data
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

EPOLLIN
anonymousenum EPOLLIN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

epoll_create
int epoll_create(int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
epoll_ctl
int epoll_ctl(int epfd, int op, int fd, epoll_event* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
epoll_wait
int epoll_wait(int epfd, epoll_event* events, int maxevents, int timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

epoll_event
struct epoll_event
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

epoll_data
union epoll_data
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

EPOLL_CTL_ADD
int EPOLL_CTL_ADD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EPOLL_CTL_DEL
int EPOLL_CTL_DEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EPOLL_CTL_MOD
int EPOLL_CTL_MOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta