/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 34 #define EPOLLONESHOT (1U<<30) macro
|
/third_party/musl/include/sys/ |
D | epoll.h | 34 #define EPOLLONESHOT (1U<<30) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 34 #define EPOLLONESHOT (1U<<30) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 34 #define EPOLLONESHOT (1U<<30) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 34 #define EPOLLONESHOT (1U<<30) macro
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
D | epoll_ctl03.c | 28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
|
/third_party/lwip/ |
D | 0026-del-redundant-wait_close-and-move-epoll_events-pos.patch | 18 + uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
|
D | 0027-modify-EISCONN-condition.patch | 34 uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
|
D | 0039-optimize-app-thread-write-buff-block.patch | 59 uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
|
D | 0029-fix-EISCONN-err-and-remove-same-customized-modificat.patch | 68 uint32_t epoll_events; /* registered events, EPOLLONESHOT write frequently */
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | redox.txt | 71 EPOLLONESHOT
|
D | fuchsia.txt | 234 EPOLLONESHOT
|
D | linux.txt | 524 EPOLLONESHOT
|
D | android.txt | 445 EPOLLONESHOT
|
/third_party/rust/crates/nix/src/sys/ |
D | epoll.rs | 24 EPOLLONESHOT;
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | general.h | 265 #define EPOLLONESHOT 0x40000000 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | epoll.rs | 107 const ONESHOT = linux_raw_sys::general::EPOLLONESHOT as u32;
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | epoll.rs | 106 const ONESHOT = c::EPOLLONESHOT as u32;
|
/third_party/python/Modules/ |
D | selectmodule.c | 2503 #ifdef EPOLLONESHOT 2505 PyModule_AddIntMacro(m, EPOLLONESHOT);
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 600 pub const EPOLLONESHOT: ::c_int = 0; constant
|
/third_party/python/Doc/library/ |
D | select.rst | 298 | :const:`EPOLLONESHOT` | Set one-shot behavior. After one event is |
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1063 pub const EPOLLONESHOT: ::c_int = 0x40000000; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2290 pub const EPOLLONESHOT: ::c_int = 0x40000000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2448 pub const EPOLLONESHOT: ::c_int = 0x40000000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2369 pub const EPOLLONESHOT: u32 = 1073741824; constant
|