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 41 of file lwlock.h.

Field Documentation

◆ state

◆ tranche

uint16 LWLock::tranche

Definition at line 43 of file lwlock.h.

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

◆ waiters

proclist_head LWLock::waiters

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