Home
last modified time | relevance | path

Searched refs:EPOLLEXCLUSIVE (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Depollevents.h90 #if defined(EPOLLEXCLUSIVE) || (defined(HAVE_DECL_EPOLLEXCLUSIVE) && HAVE_DECL_EPOLLEXCLUSIVE)
92 static_assert((EPOLLEXCLUSIVE) == (0x10000000), "EPOLLEXCLUSIVE != 0x10000000");
95 # define EPOLLEXCLUSIVE 0x10000000
141 XLAT(EPOLLEXCLUSIVE),
Depollevents.in13 EPOLLEXCLUSIVE 0x10000000
/external/grpc-grpc/src/core/lib/iomgr/
Dsys_epoll_wrapper.h26 #ifndef EPOLLEXCLUSIVE
27 #define EPOLLEXCLUSIVE (1 << 28) macro
Dis_epollexclusive_available.cc68 static_cast<uint32_t>(EPOLLET | EPOLLIN | EPOLLEXCLUSIVE | EPOLLONESHOT); in grpc_is_epollexclusive_available()
/external/kernel-headers/original/uapi/linux/
Deventpoll.h45 #define EPOLLEXCLUSIVE ((__force __poll_t)(1U << 28)) macro
/external/syzkaller/sys/linux/
Dsys_386.const61 EPOLLEXCLUSIVE = 268435456
Dsys_amd64.const61 EPOLLEXCLUSIVE = 268435456
Dsys_arm.const61 EPOLLEXCLUSIVE = 268435456
Dsys_ppc64le.const61 EPOLLEXCLUSIVE = 268435456
Dsys_arm64.const61 EPOLLEXCLUSIVE = 268435456
/external/python/cpython3/Doc/library/
Dselect.rst301 | :const:`EPOLLEXCLUSIVE` | Wake only one epoll object when the |
321 :const:`EPOLLEXCLUSIVE` was added. It's only supported by Linux Kernel 4.5
/external/python/cpython3/Modules/
Dselectmodule.c2503 #ifdef EPOLLEXCLUSIVE
2504 PyModule_AddIntMacro(m, EPOLLEXCLUSIVE);
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst412 Expose the EPOLLEXCLUSIVE constant (when it is defined) in the select
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go337 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_mipsle.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_s390x.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_arm.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_ppc64le.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_mips64.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_ppc64.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_amd64.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_mips64le.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_386.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_mips.go365 EPOLLEXCLUSIVE = 0x10000000 const
Dzerrors_linux_arm64.go365 EPOLLEXCLUSIVE = 0x10000000 const

12