PostgreSQL Source Code  git master
WaitEvent Struct Reference

#include <latch.h>

Data Fields

int pos
 
uint32 events
 
pgsocket fd
 
void * user_data
 

Detailed Description

Definition at line 152 of file latch.h.

Field Documentation

◆ events

◆ fd

pgsocket WaitEvent::fd

Definition at line 156 of file latch.h.

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

◆ pos

int WaitEvent::pos

Definition at line 154 of file latch.h.

Referenced by AddWaitEventToSet(), WaitEventSetWait(), and WaitEventSetWaitBlock().

◆ user_data

void* WaitEvent::user_data

Definition at line 157 of file latch.h.

Referenced by ExecAppendAsyncEventWait(), WaitEventSetWait(), and WaitEventSetWaitBlock().


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