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