Home
last modified time | relevance | path

Searched refs:cur_pollfd (Results 26 – 42 of 42) sorted by relevance

12

/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/ipc/
H A Dlatch.c1171 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1195 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1198 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1201 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1209 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1223 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1249 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1256 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/ipc/
H A Dlatch.c1171 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1195 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1198 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1201 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1209 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1223 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1249 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1256 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/ipc/
H A Dlatch.c1171 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1195 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1198 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1201 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1209 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1223 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1249 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1256 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/ipc/
H A Dlatch.c1566 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1592 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1595 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1598 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1606 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1620 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1650 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1657 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/ipc/
H A Dlatch.c1566 struct pollfd *cur_pollfd;
1592 for (cur_event = set->events, cur_pollfd = set->pollfds;
1595 cur_event++, cur_pollfd++)
1598 if (cur_pollfd->revents == 0)
1606 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL)))
1620 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL)))
1650 (cur_pollfd->revents & (POLLIN | errflags)))
1657 (cur_pollfd->revents & (POLLOUT | errflags)))
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/storage/ipc/
H A Dlatch.c1566 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1592 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1595 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1598 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1606 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1620 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1650 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1657 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/storage/ipc/
H A Dlatch.c1566 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1592 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1595 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1598 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1606 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1620 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1650 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1657 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/storage/ipc/
H A Dlatch.c1566 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1592 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1595 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1598 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1606 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1620 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1650 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1657 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/storage/ipc/
H A Dlatch.c1566 struct pollfd *cur_pollfd;
1592 for (cur_event = set->events, cur_pollfd = set->pollfds;
1595 cur_event++, cur_pollfd++)
1598 if (cur_pollfd->revents == 0)
1606 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL)))
1620 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL)))
1650 (cur_pollfd->revents & (POLLIN | errflags)))
1657 (cur_pollfd->revents & (POLLOUT | errflags)))
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/storage/ipc/
H A Dlatch.c1566 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1592 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1595 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1598 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1606 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1620 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1650 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1657 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/ipc/
H A Dlatch.c1716 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1741 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1744 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1747 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1755 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1769 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1799 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1806 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/ipc/
H A Dlatch.c1716 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1741 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1744 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1747 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1755 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1769 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1799 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1806 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/ipc/
H A Dlatch.c1716 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1741 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1744 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1747 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1755 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1769 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1799 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1806 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/ipc/
H A Dlatch.c1716 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1741 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1744 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1747 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1755 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1769 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1799 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1806 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/ipc/
H A Dlatch.c1716 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1741 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1744 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1747 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1755 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1769 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1799 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1806 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/ipc/
H A Dlatch.c1716 struct pollfd *cur_pollfd; in WaitEventSetWaitBlock() local
1741 for (cur_event = set->events, cur_pollfd = set->pollfds; in WaitEventSetWaitBlock()
1744 cur_event++, cur_pollfd++) in WaitEventSetWaitBlock()
1747 if (cur_pollfd->revents == 0) in WaitEventSetWaitBlock()
1755 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1769 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL))) in WaitEventSetWaitBlock()
1799 (cur_pollfd->revents & (POLLIN | errflags))) in WaitEventSetWaitBlock()
1806 (cur_pollfd->revents & (POLLOUT | errflags))) in WaitEventSetWaitBlock()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/ipc/
H A Dlatch.c1716 struct pollfd *cur_pollfd;
1741 for (cur_event = set->events, cur_pollfd = set->pollfds;
1744 cur_event++, cur_pollfd++)
1747 if (cur_pollfd->revents == 0)
1755 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL)))
1769 (cur_pollfd->revents & (POLLIN | POLLHUP | POLLERR | POLLNVAL)))
1799 (cur_pollfd->revents & (POLLIN | errflags)))
1806 (cur_pollfd->revents & (POLLOUT | errflags)))

12