Lines Matching refs:POLLOUT
45 DECODE_FLAG(POLLOUT); in decode_events()
48 #define KNOWN_FLAGS (POLLIN | POLLOUT | POLLHUP) in decode_events()
51 #define KNOWN_FLAGS (POLLIN | POLLOUT | POLLHUP | POLLRDHUP); in decode_events()
111 pfd0.events = POLLIN | POLLOUT; in setup()
113 pfd1.events = POLLIN | POLLOUT; in setup()
129 report(num++, "initial 0", POLLOUT, pfd0.revents); in main()
132 report(num++, "initial 1", POLLOUT, pfd1.revents); in main()
140 report(num++, "other side after large write", POLLIN | POLLOUT, pfd1.revents); in main()
158 report(num++, "after shutdown(SHUT_WR)", POLLOUT, pfd0.revents); in main()
161 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT, pfd1.revents); in main()
173 report(num++, "other side after reading EOF", POLLIN | POLLOUT, pfd1.revents); in main()
178 report(num++, "after data from other side", POLLIN | POLLOUT, pfd0.revents); in main()
206 report(num++, "after shutdown(SHUT_RD)", POLLIN | POLLOUT, pfd0.revents); in main()
209 report(num++, "other side after shutdown(SHUT_RD)", POLLOUT, pfd1.revents); in main()
217 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT, pfd1.revents); in main()
228 report(num++, "other side after shutdown(SHUT_RD)", POLLOUT, pfd1.revents); in main()
233 report(num++, "other side after write", POLLIN | POLLOUT, pfd1.revents); in main()
238 report(num++, "other side after shutdown(SHUT_WR)", POLLIN | POLLOUT | POLLRDHUP, pfd1.revents); in main()