Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

LWLock Struct Reference

Data Fields

slock_t mutex
bool releaseOK
char exclusive
int shared
PGPROChead
PGPROCtail

Detailed Description

Definition at line 40 of file lwlock.c.


Field Documentation

Definition at line 46 of file lwlock.c.

Referenced by CreateLWLocks(), LWLockAcquire(), LWLockAcquireOrWait(), and LWLockRelease().

Definition at line 43 of file lwlock.c.

Referenced by CreateLWLocks(), LWLockAcquire(), and LWLockRelease().

Definition at line 47 of file lwlock.c.

Referenced by CreateLWLocks(), LWLockAcquire(), and LWLockAcquireOrWait().


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