# poll.h ## **Overview** **Related Modules:** [IO](IO.md) **Description:** Declares I/O multiplexing functions. You can use the functions provided in this file to perform I/O multiplexing. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
POLLIN 0x001 |
|
POLLPRI 0x002 |
|
POLLOUT 0x004 |
|
POLLERR 0x008 |
|
POLLHUP 0x010 |
|
POLLNVAL 0x020 |