|
RTEMS
5.1
|
34 #include <sys/cdefs.h> 40 typedef unsigned int nfds_t;
62 #define POLLPRI 0x0002 63 #define POLLOUT 0x0004 64 #define POLLRDNORM 0x0040 65 #define POLLWRNORM POLLOUT 66 #define POLLRDBAND 0x0080 67 #define POLLWRBAND 0x0100 71 #define POLLINIGNEOF 0x2000 78 #define POLLERR 0x0008 79 #define POLLHUP 0x0010 80 #define POLLNVAL 0x0020 84 #define POLLSTANDARD (POLLIN|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|\ 85 POLLWRBAND|POLLERR|POLLHUP|POLLNVAL) 99 int poll(
struct pollfd _pfd[], nfds_t _nfds,
int _timeout);