PostgreSQL Source Code git master
|
Data Fields | |
ResourceOwner | owner |
int | nevents |
int | nevents_space |
WaitEvent * | events |
Latch * | latch |
int | latch_pos |
bool | exit_on_postmaster_death |
struct pollfd * | pollfds |
WaitEvent* WaitEventSet::events |
Definition at line 113 of file latch.c.
Referenced by AddWaitEventToSet(), CreateWaitEventSet(), FreeWaitEventSet(), ModifyWaitEvent(), WaitEventSetWait(), and WaitEventSetWaitBlock().
bool WaitEventSet::exit_on_postmaster_death |
Definition at line 129 of file latch.c.
Referenced by AddWaitEventToSet(), CreateWaitEventSet(), WaitEventSetWaitBlock(), and WaitLatch().
Latch* WaitEventSet::latch |
Definition at line 121 of file latch.c.
Referenced by AddWaitEventToSet(), CreateWaitEventSet(), ModifyWaitEvent(), WaitEventAdjustPoll(), WaitEventSetWait(), and WaitEventSetWaitBlock().
int WaitEventSet::latch_pos |
Definition at line 122 of file latch.c.
Referenced by AddWaitEventToSet(), and WaitEventSetWait().
int WaitEventSet::nevents |
Definition at line 106 of file latch.c.
Referenced by AddWaitEventToSet(), FreeWaitEventSet(), GetNumRegisteredWaitEvents(), and WaitEventSetWaitBlock().
int WaitEventSet::nevents_space |
Definition at line 107 of file latch.c.
Referenced by AddWaitEventToSet(), and CreateWaitEventSet().
ResourceOwner WaitEventSet::owner |
Definition at line 104 of file latch.c.
Referenced by CreateWaitEventSet(), FreeWaitEventSet(), and ResOwnerReleaseWaitEventSet().
struct pollfd* WaitEventSet::pollfds |
Definition at line 142 of file latch.c.
Referenced by CreateWaitEventSet(), WaitEventAdjustPoll(), and WaitEventSetWaitBlock().