Searched refs:POLLRDHUP (Results 1 – 16 of 16) sorted by relevance
28 #ifndef POLLRDHUP29 #define POLLRDHUP 0x2000 macro211 fds_good[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()216 fds_already_closed[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
26 #define POLLRDHUP 0x2000 macro
124 #ifdef POLLRDHUP125 # define UV__POLLRDHUP POLLRDHUP
2468 #ifdef POLLRDHUP2470 PyModule_AddIntMacro(m, POLLRDHUP);
422 Expose the EPOLLRDHUP and POLLRDHUP constants in the select module.
413 | :const:`POLLRDHUP`| Stream socket peer closed connection, or |
988 Do not use POLLRDHUP, which causes build errors on OS X / OpenSolaris
3030 * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)
29615 * [#4130](https://github.com/apache/incubator-nuttx/pull/#4130) sys/poll: add POLLRDHUP definition