|
PostgreSQL Source Code git master
|
Data Fields | ||
| struct { | ||
| char name [NAMEDATALEN] | ||
| int main_array_idx | ||
| } | user_defined [MAX_USER_DEFINED_TRANCHES] | |
| int | num_user_defined | |
| slock_t | lock | |
| int | num_main_array_locks | |
| slock_t LWLockTrancheShmemData::lock |
Definition at line 191 of file lwlock.c.
Referenced by GetLWTrancheName(), GetNamedLWLockTranche(), LWLockNewTrancheId(), and LWLockShmemInit().
| int LWLockTrancheShmemData::main_array_idx |
Definition at line 186 of file lwlock.c.
Referenced by GetNamedLWLockTranche(), InitializeLWLocks(), and LWLockNewTrancheId().
| char LWLockTrancheShmemData::name[NAMEDATALEN] |
Definition at line 179 of file lwlock.c.
Referenced by GetLWTrancheName(), GetNamedLWLockTranche(), InitializeLWLocks(), and LWLockNewTrancheId().
| int LWLockTrancheShmemData::num_main_array_locks |
Definition at line 194 of file lwlock.c.
Referenced by LWLockShmemInit().
| int LWLockTrancheShmemData::num_user_defined |
Definition at line 189 of file lwlock.c.
Referenced by GetLWTrancheName(), GetNamedLWLockTranche(), InitializeLWLocks(), LWLockNewTrancheId(), and LWLockShmemInit().
| struct { ... } LWLockTrancheShmemData::user_defined[MAX_USER_DEFINED_TRANCHES] |
Referenced by GetLWTrancheName(), GetNamedLWLockTranche(), InitializeLWLocks(), and LWLockNewTrancheId().