PostgreSQL Source Code git master
Loading...
Searching...
No Matches
LOCALLOCK Struct Reference

#include <lock.h>

Data Fields

LOCALLOCKTAG tag
 
uint32 hashcode
 
LOCKlock
 
PROCLOCKproclock
 
int64 nLocks
 
int numLockOwners
 
int maxLockOwners
 
LOCALLOCKOWNERlockOwners
 
bool holdsStrongLockCount
 
bool lockCleared
 

Detailed Description

Definition at line 428 of file lock.h.

Field Documentation

◆ hashcode

uint32 LOCALLOCK::hashcode

Definition at line 434 of file lock.h.

◆ holdsStrongLockCount

bool LOCALLOCK::holdsStrongLockCount

Definition at line 441 of file lock.h.

◆ lock

LOCK* LOCALLOCK::lock

Definition at line 435 of file lock.h.

◆ lockCleared

bool LOCALLOCK::lockCleared

Definition at line 442 of file lock.h.

◆ lockOwners

LOCALLOCKOWNER* LOCALLOCK::lockOwners

Definition at line 440 of file lock.h.

◆ maxLockOwners

int LOCALLOCK::maxLockOwners

Definition at line 439 of file lock.h.

◆ nLocks

int64 LOCALLOCK::nLocks

Definition at line 437 of file lock.h.

◆ numLockOwners

int LOCALLOCK::numLockOwners

Definition at line 438 of file lock.h.

◆ proclock

PROCLOCK* LOCALLOCK::proclock

Definition at line 436 of file lock.h.

◆ tag

LOCALLOCKTAG LOCALLOCK::tag

Definition at line 431 of file lock.h.


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