PostgreSQL Source Code  git master
LWLock Struct Reference

#include <lwlock.h>

Data Fields

uint16 tranche
 
pg_atomic_uint32 state
 
proclist_head waiters
 

Detailed Description

Definition at line 40 of file lwlock.h.

Field Documentation

◆ state

◆ tranche

uint16 LWLock::tranche

Definition at line 42 of file lwlock.h.

Referenced by apw_init_shmem(), LWLockInitialize(), and LWLockReportWaitStart().

◆ waiters

proclist_head LWLock::waiters

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