Home
last modified time | relevance | path

Searched defs:wakeEvents (Results 1 – 25 of 80) sorted by relevance

1234

/dports/databases/pglogical/pglogical-REL2_4_0/compat13/
H A Dpglogical_compat.h11 #define WaitLatchOrSocket(latch, wakeEvents, sock, timeout) \ argument
14 #define WaitLatch(latch, wakeEvents, timeout) \ argument
/dports/databases/pglogical/pglogical-REL2_4_0/compat14/
H A Dpglogical_compat.h10 #define WaitLatchOrSocket(latch, wakeEvents, sock, timeout) \ argument
13 #define WaitLatch(latch, wakeEvents, timeout) \ argument
/dports/databases/pglogical/pglogical-REL2_4_0/compat12/
H A Dpglogical_compat.h11 #define WaitLatchOrSocket(latch, wakeEvents, sock, timeout) \ argument
14 #define WaitLatch(latch, wakeEvents, timeout) \ argument
/dports/databases/pglogical/pglogical-REL2_4_0/compat10/
H A Dpglogical_compat.h13 #define WaitLatchOrSocket(latch, wakeEvents, sock, timeout) \ argument
16 #define WaitLatch(latch, wakeEvents, timeout) \ argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/ipc/
H A Dlatch.c336 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout, in WaitLatch()
356 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/tcop/
H A Dpquery.c346 * FetchStatementTargetList in WaitLatch()
347 * Given a statement that returns tuples, extract the query targetlist. in WaitLatch()
370 } in WaitLatch()
371 else in WaitLatch()
372 { in WaitLatch()
373 if (query->commandType == CMD_SELECT) in WaitLatch()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/storage/ipc/
H A Dlatch.c344 WaitLatch(Latch *latch, int wakeEvents, long timeout, in WaitLatch()
369 WaitLatchOrSocket(Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/storage/ipc/
H A Dlatch.c344 WaitLatch(Latch *latch, int wakeEvents, long timeout, in WaitLatch()
369 WaitLatchOrSocket(Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/storage/ipc/
H A Dlatch.c344 WaitLatch(Latch *latch, int wakeEvents, long timeout, in WaitLatch()
369 WaitLatchOrSocket(Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/storage/ipc/
H A Dlatch.c344 WaitLatch(Latch *latch, int wakeEvents, long timeout, in WaitLatch()
369 WaitLatchOrSocket(Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/ipc/
H A Dlatch.c348 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout) in WaitLatch()
366 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/ipc/
H A Dlatch.c348 WaitLatch(volatile Latch *latch, int wakeEvents, long timeout) in WaitLatch()
366 WaitLatchOrSocket(volatile Latch *latch, int wakeEvents, pgsocket sock, in WaitLatchOrSocket()

1234