Home
last modified time | relevance | path

Searched refs:EPOLLMSG (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Depollevents.h76 #if defined(EPOLLMSG) || (defined(HAVE_DECL_EPOLLMSG) && HAVE_DECL_EPOLLMSG)
78 static_assert((EPOLLMSG) == (0x00000400), "EPOLLMSG != 0x00000400");
81 # define EPOLLMSG 0x00000400
139 XLAT(EPOLLMSG),
Depollevents.in11 EPOLLMSG 0x00000400
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h42 EPOLLMSG = 0x400, enumerator
43 #define EPOLLMSG EPOLLMSG macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h41 #define EPOLLMSG (__force __poll_t)0x00000400 macro
/external/rust/crates/nix/src/sys/
Depoll.rs18 EPOLLMSG;
/external/rust/crates/mio/src/sys/unix/selector/
Depoll.rs219 libc::EPOLLMSG, in debug_details()
/external/python/cpython2/Modules/
Dselectmodule.c1936 #ifdef EPOLLMSG
1937 PyModule_AddIntConstant(m, "EPOLLMSG", EPOLLMSG);
/external/python/cpython3/Modules/
Dselectmodule.c2562 #ifdef EPOLLMSG
2563 PyModule_AddIntMacro(m, EPOLLMSG);
/external/python/cpython2/Doc/library/
Dselect.rst149 | :const:`EPOLLMSG` | Ignored. |
/external/rust/crates/libc/src/unix/redox/
Dmod.rs555 pub const EPOLLMSG: ::c_int = 0; constant
/external/python/cpython3/Doc/library/
Dselect.rst317 | :const:`EPOLLMSG` | Ignored. |
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs988 pub const EPOLLMSG: ::c_int = 0x400; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1891 pub const EPOLLMSG: ::c_int = 0x400; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1828 pub const EPOLLMSG: ::c_int = 0x400; constant