tango.stdc.posix.sys.select

D header file for POSIX.

Public Imports

tango.stdc.time
public import tango.stdc.time;
Undocumented in source.
tango.stdc.posix.sys.time
public import tango.stdc.posix.sys.time;
Undocumented in source.
tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.
tango.stdc.posix.signal
public import tango.stdc.posix.signal;
Undocumented in source.

Members

Functions

FD_CLR
void FD_CLR(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_CLR
void FD_CLR(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_CLR
void FD_CLR(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_CLR
void FD_CLR(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ISSET
int FD_ISSET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ISSET
int FD_ISSET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ISSET
int FD_ISSET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ISSET
int FD_ISSET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_SET
void FD_SET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_SET
void FD_SET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_SET
void FD_SET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_SET
void FD_SET(int fd, fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ZERO
void FD_ZERO(fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ZERO
void FD_ZERO(fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ZERO
void FD_ZERO(fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
FD_ZERO
void FD_ZERO(fd_set* fdset)
Undocumented in source. Be warned that the author may not have intended to support it.
pselect
int pselect(int , fd_set* , fd_set* , fd_set* , timespec* , sigset_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
select
int select(int , fd_set* , fd_set* , fd_set* , timeval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Variables

FD_SETSIZE
auto FD_SETSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FD_SETSIZE
auto FD_SETSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FD_SETSIZE
auto FD_SETSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FD_SETSIZE
auto FD_SETSIZE;
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