PostgreSQL Source Code: WaitEventSet Struct Reference (original) (raw)
Data Fields | |
---|---|
ResourceOwner | owner |
int | nevents |
int | nevents_space |
WaitEvent * | events |
Latch * | latch |
int | latch_pos |
bool | exit_on_postmaster_death |
struct pollfd * | pollfds |
Definition at line 116 of file waiteventset.c.
◆ events
◆ exit_on_postmaster_death
bool WaitEventSet::exit_on_postmaster_death
◆ latch
Latch* WaitEventSet::latch
◆ latch_pos
int WaitEventSet::latch_pos
◆ nevents
int WaitEventSet::nevents
◆ nevents_space
int WaitEventSet::nevents_space
◆ owner
◆ pollfds
struct pollfd* WaitEventSet::pollfds
The documentation for this struct was generated from the following file:
- src/backend/storage/ipc/waiteventset.c