|
RTEMS 6.1-rc2
|
Loading...
Searching...
No Matches
40typedef unsigned int nfds_t;
64#define POLLRDNORM 0x0040
65#define POLLWRNORM POLLOUT
66#define POLLRDBAND 0x0080
67#define POLLWRBAND 0x0100
71#define POLLINIGNEOF 0x2000
80#define POLLNVAL 0x0020
84#define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\
85 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL)
99int poll(
struct pollfd _pfd[], nfds_t _nfds,
int _timeout);