PatchworkOS
Loading...
Searching...
No Matches
pollfd_t Struct Reference

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.
 

Detailed Description

Poll file descriptor structure.

Definition at line 306 of file io.h.

Field Documentation

◆ events

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

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().

◆ revents

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().


The documentation for this struct was generated from the following file: