Go to the source code of this file.
|
| int | pselect (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct timespec *timeout, const void *sigmask) |
| |
| int | select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout) |
| |
| void | FD_CLR (int fd, fd_set *fdset) |
| |
| int | FD_ISSET (int fd, fd_set *fdset) |
| |
| void | FD_SET (int fd, fd_set *fdset) |
| |
| void | FD_ZERO (fd_set *fdset) |
| |
◆ FD_SETSIZE
◆ fd_set
◆ FD_CLR()
| void FD_CLR |
( |
int |
fd, |
|
|
fd_set * |
fdset |
|
) |
| |
◆ FD_ISSET()
| int FD_ISSET |
( |
int |
fd, |
|
|
fd_set * |
fdset |
|
) |
| |
◆ FD_SET()
| void FD_SET |
( |
int |
fd, |
|
|
fd_set * |
fdset |
|
) |
| |
◆ FD_ZERO()
| void FD_ZERO |
( |
fd_set * |
fdset | ) |
|
◆ pselect()
| int pselect |
( |
int |
nfds, |
|
|
fd_set * |
readfds, |
|
|
fd_set * |
writefds, |
|
|
fd_set * |
exceptfds, |
|
|
const struct timespec * |
timeout, |
|
|
const void * |
sigmask |
|
) |
| |
◆ select()