#include <lock.h>
Data Fields | |
LOCALLOCKTAG | tag |
LOCK * | lock |
PROCLOCK * | proclock |
uint32 | hashcode |
int64 | nLocks |
int | numLockOwners |
int | maxLockOwners |
bool | holdsStrongLockCount |
LOCALLOCKOWNER * | lockOwners |
Definition at line 401 of file lock.h.
Definition at line 409 of file lock.h.
Referenced by AbortStrongLockAcquire(), FastPathGetRelationLockEntry(), LockAcquireExtended(), LockErrorCleanup(), LockHasWaiters(), LockRelease(), ProcSleep(), RemoveLocalLock(), and WaitOnLock().
Definition at line 413 of file lock.h.
Referenced by AbortStrongLockAcquire(), AtPrepare_Locks(), BeginStrongLockAcquire(), LockAcquireExtended(), and RemoveLocalLock().
Definition at line 407 of file lock.h.
Referenced by AtPrepare_Locks(), LockAcquireExtended(), LockHasWaiters(), LockRelease(), LockReleaseAll(), PostPrepare_Locks(), ProcSleep(), and WaitOnLock().
Definition at line 414 of file lock.h.
Referenced by AtPrepare_Locks(), GrantLockLocal(), LockAcquireExtended(), LockReassignOwner(), LockRelease(), LockReleaseAll(), PostPrepare_Locks(), ReleaseLockIfHeld(), and RemoveLocalLock().
Definition at line 412 of file lock.h.
Referenced by GrantLockLocal(), and LockAcquireExtended().
int64 LOCALLOCK::nLocks |
Definition at line 410 of file lock.h.
Referenced by AtPrepare_Locks(), GrantLockLocal(), LockAcquireExtended(), LockHasWaiters(), LockRelease(), LockReleaseAll(), PostPrepare_Locks(), and ReleaseLockIfHeld().
Definition at line 411 of file lock.h.
Referenced by AtPrepare_Locks(), GrantLockLocal(), LockAcquireExtended(), LockReassignOwner(), LockRelease(), LockReleaseAll(), PostPrepare_Locks(), ReleaseLockIfHeld(), and RemoveLocalLock().
Definition at line 408 of file lock.h.
Referenced by AtPrepare_Locks(), LockAcquireExtended(), LockHasWaiters(), LockRelease(), LockReleaseAll(), PostPrepare_Locks(), and ProcSleep().
Definition at line 404 of file lock.h.
Referenced by AtPrepare_Locks(), FastPathGetRelationLockEntry(), LockReleaseAll(), PostPrepare_Locks(), ProcSleep(), ReleaseLockIfHeld(), RemoveLocalLock(), and WaitOnLock().