Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/musl/ndk_musl_include/sys/
Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/musl/include/sys/
Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl03.c28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
/third_party/python/Modules/
Dselectmodule.c2498 #ifdef EPOLLRDHUP
2500 PyModule_AddIntMacro(m, EPOLLRDHUP);
/third_party/python/Misc/NEWS.d/
D3.6.0a4.rst422 Expose the EPOLLRDHUP and POLLRDHUP constants in the select module.
/third_party/libcoap/src/
Dnet.c1843 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
1852 (events[j].events & (EPOLLIN|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
1858 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
/third_party/python/Doc/library/
Dselect.rst306 | :const:`EPOLLRDHUP` | Stream socket peer closed connection or shut |