|
PatchworkOS
|
Poll file descriptor structure. More...
#include <io.h>
Data Fields | |
| fd_t | fd |
| The file descriptor to poll. | |
| poll_events_t | events |
| The events to wait for. | |
| poll_events_t | revents |
| The events that occurred. | |
| poll_events_t pollfd_t::events |
The events to wait for.
Definition at line 309 of file io.h.
Referenced by display_poll(), dwm_poll_ctx_update(), pipeline_execute(), and SYSCALL_DEFINE().
| fd_t pollfd_t::fd |
The file descriptor to poll.
Definition at line 308 of file io.h.
Referenced by display_next(), display_poll(), dwm_poll_ctx_update(), pipeline_execute(), poll1(), SYSCALL_DEFINE(), and terminal_loop().
| poll_events_t pollfd_t::revents |
The events that occurred.
Definition at line 310 of file io.h.
Referenced by display_poll(), dwm_poll_ctx_update(), dwm_update(), poll1(), and SYSCALL_DEFINE().