Home
last modified time | relevance | path

Searched refs:EPOLLRDHUP (Results 1 – 22 of 22) sorted by relevance

/external/libevent/
Depolltable-internal.h143 { EPOLLRDHUP, EPOLL_CTL_ADD },
145 { EPOLLRDHUP, EPOLL_CTL_DEL },
151 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_ADD },
159 { EPOLLRDHUP, EPOLL_CTL_ADD },
161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL },
175 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD },
183 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD },
191 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_ADD },
207 { EPOLLRDHUP, EPOLL_CTL_ADD },
209 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL },
[all …]
Depoll.c66 #if !defined(EPOLLRDHUP)
67 #define EPOLLRDHUP 0 macro
493 if (what & EPOLLRDHUP) in epoll_dispatch()
DChangeLog551 epoll via EPOLLRDHUP, triggering bufferevent callbacks, adding more
563 (EPOLLRDHUP). (b1b69ac Diego Giagio, 53d2793, 43ffcf6, dfe1e52
/external/strace/xlat/
Depollevents.h83 #if defined(EPOLLRDHUP) || (defined(HAVE_DECL_EPOLLRDHUP) && HAVE_DECL_EPOLLRDHUP)
85 static_assert((EPOLLRDHUP) == (0x00002000), "EPOLLRDHUP != 0x00002000");
88 # define EPOLLRDHUP 0x00002000
140 XLAT(EPOLLRDHUP),
Depollevents.in12 EPOLLRDHUP 0x00002000
/external/kernel-headers/original/uapi/linux/
Deventpoll.h42 #define EPOLLRDHUP (__force __poll_t)0x00002000 macro
/external/python/cpython3/Modules/
Dselectmodule.c2494 #ifdef EPOLLRDHUP
2496 PyModule_AddIntMacro(m, EPOLLRDHUP);
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst422 Expose the EPOLLRDHUP and POLLRDHUP constants in the select module.
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go345 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_mipsle.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_s390x.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_arm.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_ppc64le.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_mips64.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_ppc64.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_amd64.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_mips64le.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_386.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_mips.go373 EPOLLRDHUP = 0x2000 const
Dzerrors_linux_arm64.go373 EPOLLRDHUP = 0x2000 const
/external/python/cpython3/Doc/library/
Dselect.rst306 | :const:`EPOLLRDHUP` | Stream socket peer closed connection or shut |
/external/strace/
DChangeLog50045 Decode EPOLLRDHUP.
50046 * desc.c (epollevents): Add EPOLLRDHUP.