Go to the source code of this file.
Classes | |
struct | pollfd |
Defines | |
#define | NPOLLFILE 30 |
#define | POLLERR 010 /* Error condition. */ |
#define | POLLHUP 020 /* Hung up. */ |
#define | POLLIN 01 /* There is data to read. */ |
#define | POLLNVAL 040 /* Invalid polling request. */ |
#define | POLLOUT 04 /* Writing now will not block. */ |
#define | POLLPRI 02 /* There is urgent data to read. */ |
#define | POLLRDBAND POLLPRI |
#define | POLLRDNORM POLLIN |
#define | POLLWRNORM POLLOUT |
Functions | |
int | poll (struct pollfd *fds, unsigned long int nfds, int timeout) |
#define POLLRDBAND POLLPRI |
#define POLLRDNORM POLLIN |
#define POLLWRNORM POLLOUT |