Lines Matching full:poll
46 * the poll arrays.
49 int fd; /* file desc to poll */
71 * Non-testable poll events (may not be specified in events field,
80 * events to control /dev/poll behavior.
82 #define POLLREMOVE 0x0800 /* remove cached /dev/poll fd */
83 #define POLLONESHOT 0x1000 /* /dev/poll should one-shot this fd */
84 #define POLLET 0x2000 /* edge-triggered /dev/poll fd */
89 * Additional private poll flags supported only by strpoll().
90 * Must be bit-wise distinct from the above POLL flags.
95 #define POLLCLOSED 0x8000 /* a (cached) poll fd has been closed */
111 * Poll list head structure. A pointer to this is passed to
141 * public poll head interface:
152 int poll(struct pollfd *, nfds_t, int);