Home
last modified time | relevance | path

Searched refs:EPOLLONESHOT (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Depollevents.h104 #if defined(EPOLLONESHOT) || (defined(HAVE_DECL_EPOLLONESHOT) && HAVE_DECL_EPOLLONESHOT)
106 static_assert((EPOLLONESHOT) == (0x40000000), "EPOLLONESHOT != 0x40000000");
109 # define EPOLLONESHOT 0x40000000
143 XLAT(EPOLLONESHOT),
Depollevents.in15 EPOLLONESHOT 0x40000000
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h48 EPOLLONESHOT = (1 << 30), enumerator
49 #define EPOLLONESHOT EPOLLONESHOT macro
/external/grpc-grpc/src/core/lib/iomgr/
Dis_epollexclusive_available.cc68 static_cast<uint32_t>(EPOLLET | EPOLLIN | EPOLLEXCLUSIVE | EPOLLONESHOT); in grpc_is_epollexclusive_available()
/external/kernel-headers/original/uapi/linux/
Deventpoll.h60 #define EPOLLONESHOT ((__force __poll_t)(1U << 30)) macro
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt57 EPOLLONESHOT
Depoll.txt68 chunks of data, the caller has the option to specify the EPOLLONESHOT
70 receival of an event with epoll_wait(2). When the EPOLLONESHOT flag is
/external/syzkaller/sys/linux/
Dsys_386.const62 EPOLLONESHOT = 1073741824
Dsys_amd64.const62 EPOLLONESHOT = 1073741824
Dsys_arm.const62 EPOLLONESHOT = 1073741824
Dsys_ppc64le.const62 EPOLLONESHOT = 1073741824
Dsys_arm64.const62 EPOLLONESHOT = 1073741824
/external/python/cpython2/Modules/
Dselectmodule.c1919 #ifdef EPOLLONESHOT
1921 PyModule_AddIntConstant(m, "EPOLLONESHOT", EPOLLONESHOT);
/external/python/cpython3/Modules/
Dselectmodule.c2499 #ifdef EPOLLONESHOT
2501 PyModule_AddIntMacro(m, EPOLLONESHOT);
/external/python/cpython2/Doc/library/
Dselect.rst138 | :const:`EPOLLONESHOT` | Set one-shot behavior. After one event is |
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go341 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_mipsle.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_s390x.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_arm.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_ppc64le.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_mips64.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_ppc64.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_amd64.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_mips64le.go369 EPOLLONESHOT = 0x40000000 const
Dzerrors_linux_386.go369 EPOLLONESHOT = 0x40000000 const

12