Home
last modified time | relevance | path

Searched refs:POLLRDHUP (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c28 #ifndef POLLRDHUP
29 #define POLLRDHUP 0x2000 macro
211 fds_good[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
216 fds_already_closed[0].events = POLLIN | POLLPRI | POLLOUT | POLLRDHUP; in setup()
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/ndk_musl_include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h26 #define POLLRDHUP 0x2000 macro
/third_party/libuv/src/unix/
Dinternal.h124 #ifdef POLLRDHUP
125 # define UV__POLLRDHUP POLLRDHUP
/third_party/python/Modules/
Dselectmodule.c2468 #ifdef POLLRDHUP
2470 PyModule_AddIntMacro(m, POLLRDHUP);
/third_party/python/Misc/NEWS.d/
D3.6.0a4.rst422 Expose the EPOLLRDHUP and POLLRDHUP constants in the select module.
/third_party/python/Doc/library/
Dselect.rst413 | :const:`POLLRDHUP`| Stream socket peer closed connection, or |
/third_party/skia/third_party/externals/microhttpd/
DChangeLog988 Do not use POLLRDHUP, which causes build errors on OS X / OpenSolaris
/third_party/libuv/
DChangeLog3030 * aix: fix 'POLLRDHUP undeclared' build error (Ben Noordhuis)
/third_party/NuttX/
DReleaseNotes29615 * [#4130](https://github.com/apache/incubator-nuttx/pull/#4130) sys/poll: add POLLRDHUP definition