tango.stdc.posix.poll

D header file for POSIX.

Members

Aliases

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

Enums

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

Functions

poll
int poll(pollfd* , nfds_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
poll
int poll(pollfd* , nfds_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
poll
int poll(pollfd* , nfds_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
poll
int poll(pollfd* , nfds_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Variables

POLLERR
auto POLLERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLHUP
auto POLLHUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLIN
auto POLLIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLNVAL
auto POLLNVAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLOUT
auto POLLOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLPRI
auto POLLPRI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLRDBAND
auto POLLRDBAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLRDNORM
auto POLLRDNORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLWRBAND
auto POLLWRBAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
POLLWRNORM
auto POLLWRNORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly