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 150 of file latch.h.

Field Documentation

◆ events

◆ fd

pgsocket WaitEvent::fd

◆ pos

int WaitEvent::pos

◆ user_data

void* WaitEvent::user_data

Definition at line 155 of file latch.h.

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


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