PostgreSQL Source Code  git master
WaitEventSet Struct Reference

Data Fields

ResourceOwner owner
 
int nevents
 
int nevents_space
 
WaitEventevents
 
Latchlatch
 
int latch_pos
 
bool exit_on_postmaster_death
 
struct pollfd * pollfds
 

Detailed Description

Definition at line 102 of file latch.c.

Field Documentation

◆ events

◆ exit_on_postmaster_death

bool WaitEventSet::exit_on_postmaster_death

Definition at line 129 of file latch.c.

Referenced by AddWaitEventToSet(), CreateWaitEventSet(), WaitEventSetWaitBlock(), and WaitLatch().

◆ latch

◆ latch_pos

int WaitEventSet::latch_pos

Definition at line 122 of file latch.c.

Referenced by AddWaitEventToSet(), and WaitEventSetWait().

◆ nevents

int WaitEventSet::nevents

◆ nevents_space

int WaitEventSet::nevents_space

Definition at line 107 of file latch.c.

Referenced by AddWaitEventToSet(), and CreateWaitEventSet().

◆ owner

ResourceOwner WaitEventSet::owner

Definition at line 104 of file latch.c.

Referenced by CreateWaitEventSet(), FreeWaitEventSet(), and ResOwnerReleaseWaitEventSet().

◆ pollfds

struct pollfd* WaitEventSet::pollfds

Definition at line 142 of file latch.c.

Referenced by CreateWaitEventSet(), WaitEventAdjustPoll(), and WaitEventSetWaitBlock().


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