/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 28 #define EPOLLMSG 0x400 macro
|
/third_party/musl/include/sys/ |
D | epoll.h | 28 #define EPOLLMSG 0x400 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 28 #define EPOLLMSG 0x400 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 28 #define EPOLLMSG 0x400 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 28 #define EPOLLMSG 0x400 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 69 EPOLLMSG
|
D | fuchsia.txt | 233 EPOLLMSG
|
D | linux.txt | 523 EPOLLMSG
|
D | android.txt | 444 EPOLLMSG
|
/third_party/rust/crates/nix/src/sys/ |
D | epoll.rs | 17 EPOLLMSG;
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 261 #define EPOLLMSG 0x00000400 macro
|
/third_party/python/Modules/ |
D | selectmodule.c | 2523 #ifdef EPOLLMSG 2524 PyModule_AddIntMacro(m, EPOLLMSG);
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 594 pub const EPOLLMSG: ::c_int = 0; constant
|
/third_party/python/Doc/library/ |
D | select.rst | 317 | :const:`EPOLLMSG` | Ignored. |
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1059 pub const EPOLLMSG: ::c_int = 0x400; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2285 pub const EPOLLMSG: ::c_int = 0x400; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1839 pub const EPOLLMSG: ::c_int = 0x400; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2365 pub const EPOLLMSG: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2366 pub const EPOLLMSG: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 2546 pub const EPOLLMSG: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 2712 pub const EPOLLMSG: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 2395 pub const EPOLLMSG: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2410 pub const EPOLLMSG: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 2478 pub const EPOLLMSG: u32 = 1024; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 2406 pub const EPOLLMSG: u32 = 1024; constant
|