Home
last modified time | relevance | path

Searched refs:num_held_lwlocks (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1143 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1260 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1289 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1351 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1718 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1727 num_held_lwlocks--; in LWLockRelease()
1728 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1808 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1827 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1153 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1270 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1299 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1361 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1728 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1737 num_held_lwlocks--; in LWLockRelease()
1738 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1818 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1837 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1143 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1260 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1289 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1351 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1718 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1727 num_held_lwlocks--; in LWLockRelease()
1728 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1808 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1827 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1143 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1260 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1289 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1351 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1718 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1727 num_held_lwlocks--; in LWLockRelease()
1728 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1808 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1827 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1143 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1260 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1289 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1351 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1718 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1727 num_held_lwlocks--; in LWLockRelease()
1728 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1808 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1827 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1143 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1260 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1289 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1351 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1718 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1727 num_held_lwlocks--; in LWLockRelease()
1728 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1808 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1827 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1143 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1260 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1289 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1351 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1718 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1727 num_held_lwlocks--; in LWLockRelease()
1728 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1808 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1827 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0;
1153 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in encode()
1270 held_lwlocks[num_held_lwlocks].lock = lock; in encode()
1299 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1361 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in encode()
1728 for (i = num_held_lwlocks; --i >= 0;)
1737 num_held_lwlocks--;
1738 for (; i < num_held_lwlocks; i++)
1818 while (num_held_lwlocks > 0)
1837 for (i = 0; i < num_held_lwlocks; i++)
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0;
1153 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1270 held_lwlocks[num_held_lwlocks].lock = lock;
1299 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1361 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1728 for (i = num_held_lwlocks; --i >= 0;)
1737 num_held_lwlocks--;
1738 for (; i < num_held_lwlocks; i++)
1818 while (num_held_lwlocks > 0)
1837 for (i = 0; i < num_held_lwlocks; i++)
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1153 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1270 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1299 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1361 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1728 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1737 num_held_lwlocks--; in LWLockRelease()
1738 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1818 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1837 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1153 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1270 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1299 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1361 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1728 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1737 num_held_lwlocks--; in LWLockRelease()
1738 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1818 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1837 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1153 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1270 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1299 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1361 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1728 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1737 num_held_lwlocks--; in LWLockRelease()
1738 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1818 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1837 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1143 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1260 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1289 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1351 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1718 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1727 num_held_lwlocks--; in LWLockRelease()
1728 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1808 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1827 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1153 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1270 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1299 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1361 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1728 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1737 num_held_lwlocks--; in LWLockRelease()
1738 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1818 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1837 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c215 static int num_held_lwlocks = 0; variable
1234 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1354 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1383 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1447 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1818 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1827 num_held_lwlocks--; in LWLockRelease()
1828 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1908 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1927 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c215 static int num_held_lwlocks = 0; variable
1234 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1354 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1383 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1447 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1818 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1827 num_held_lwlocks--; in LWLockRelease()
1828 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1908 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1927 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c215 static int num_held_lwlocks = 0; variable
1234 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1354 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1383 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1447 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1818 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1827 num_held_lwlocks--; in LWLockRelease()
1828 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1908 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1927 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c215 static int num_held_lwlocks = 0; variable
1234 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1354 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1383 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1447 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1818 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1827 num_held_lwlocks--; in LWLockRelease()
1828 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1908 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1927 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c215 static int num_held_lwlocks = 0;
1234 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1354 held_lwlocks[num_held_lwlocks].lock = lock;
1383 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1447 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1818 for (i = num_held_lwlocks; --i >= 0;)
1827 num_held_lwlocks--;
1828 for (; i < num_held_lwlocks; i++)
1908 while (num_held_lwlocks > 0)
1927 for (i = 0; i < num_held_lwlocks; i++)
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c215 static int num_held_lwlocks = 0; variable
1234 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1354 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1383 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1447 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1818 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1827 num_held_lwlocks--; in LWLockRelease()
1828 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1908 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1927 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/lmgr/
H A Dlwlock.c217 static int num_held_lwlocks = 0; variable
1239 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1359 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1388 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1452 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1826 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1835 num_held_lwlocks--; in LWLockRelease()
1836 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1917 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1936 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/lmgr/
H A Dlwlock.c215 static int num_held_lwlocks = 0; variable
1234 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1354 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1383 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1447 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1818 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1827 num_held_lwlocks--; in LWLockRelease()
1828 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1908 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1927 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/lmgr/
H A Dlwlock.c217 static int num_held_lwlocks = 0; variable
1239 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1359 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1388 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1452 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1826 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1835 num_held_lwlocks--; in LWLockRelease()
1836 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1917 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1936 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0; variable
1154 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquire()
1271 held_lwlocks[num_held_lwlocks].lock = lock; in LWLockAcquire()
1300 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockConditionalAcquire()
1362 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS) in LWLockAcquireOrWait()
1729 for (i = num_held_lwlocks; --i >= 0;) in LWLockRelease()
1738 num_held_lwlocks--; in LWLockRelease()
1739 for (; i < num_held_lwlocks; i++) in LWLockRelease()
1819 while (num_held_lwlocks > 0) in LWLockReleaseAll()
1838 for (i = 0; i < num_held_lwlocks; i++) in LWLockHeldByMe()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/storage/lmgr/
H A Dlwlock.c142 static int num_held_lwlocks = 0;
1154 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1271 held_lwlocks[num_held_lwlocks].lock = lock;
1300 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1362 if (num_held_lwlocks >= MAX_SIMUL_LWLOCKS)
1729 for (i = num_held_lwlocks; --i >= 0;)
1738 num_held_lwlocks--;
1739 for (; i < num_held_lwlocks; i++)
1819 while (num_held_lwlocks > 0)
1838 for (i = 0; i < num_held_lwlocks; i++)
[all …]

12