Home
last modified time | relevance | path

Searched refs:EPOLLRDHUP (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/cares/src/lib/
H A Dares_event_epoll.c103 epev.events = EPOLLRDHUP | EPOLLERR | EPOLLHUP; in ares_evsys_epoll_event_add()
136 epev.events = EPOLLRDHUP | EPOLLERR | EPOLLHUP; in ares_evsys_epoll_event_mod()
178 if (events[i].events & (EPOLLIN | EPOLLRDHUP | EPOLLHUP | EPOLLERR)) { in ares_evsys_epoll_wait()
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait05.c9 * Verify that epoll receives EPOLLRDHUP event when we hang a reading
75 evt_req.events = EPOLLRDHUP; in run()
87 if (evt_rec.events & EPOLLRDHUP) in run()
88 tst_res(TPASS, "Received EPOLLRDHUP"); in run()
90 tst_res(TFAIL, "EPOLLRDHUP has not been received"); in run()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/musl/include/sys/
H A Depoll.h31 #define EPOLLRDHUP 0x2000 macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl03.c28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs20 EPOLLRDHUP;
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h262 #define EPOLLRDHUP 0x00002000 macro
/third_party/python/Modules/
H A Dselectmodule.c2520 #ifdef EPOLLRDHUP
2522 PyModule_AddIntMacro(m, EPOLLRDHUP);
/third_party/libcoap/src/
H A Dcoap_net.c2161 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
2172 (events[j].events & (EPOLLIN|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
2178 (events[j].events & (EPOLLOUT|EPOLLERR|EPOLLHUP|EPOLLRDHUP))) { in coap_io_do_epoll()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs597 pub const EPOLLRDHUP: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1060 pub const EPOLLRDHUP: ::c_int = 0x2000; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2289 pub const EPOLLRDHUP: ::c_int = 0x2000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2367 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2446 pub const EPOLLRDHUP: ::c_int = 0x2000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2366 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2346 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2476 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2547 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2498 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2609 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2450 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2713 pub const EPOLLRDHUP: u32 = 8192; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2411 pub const EPOLLRDHUP: u32 = 8192; consts

Completed in 166 milliseconds

12