poll.h#
Macros#
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
POLLERR |
✅ |
||
POLLHUP |
✅ |
||
POLLIN |
✅ |
||
POLLNVAL |
✅ |
||
POLLOUT |
✅ |
||
POLLPRI |
✅ |
||
POLLRDBAND |
✅ |
||
POLLRDNORM |
✅ |
||
POLLWRBAND |
✅ |
||
POLLWRNORM |
✅ |
Functions#
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
poll |
✅ |
||
ppoll |