Home
last modified time | relevance | path

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

/third_party/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()
97 ev.events = static_cast<uint32_t>(EPOLLET | EPOLLIN | EPOLLEXCLUSIVE); in grpc_is_epollexclusive_available()
Dev_epollex_linux.cc622 static_cast<uint32_t>(EPOLLET | EPOLLIN | EPOLLOUT | EPOLLEXCLUSIVE);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h32 #define EPOLLEXCLUSIVE (1U<<28) macro
/third_party/musl/include/sys/
Depoll.h32 #define EPOLLEXCLUSIVE (1U<<28) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h32 #define EPOLLEXCLUSIVE (1U<<28) macro
/third_party/musl/ndk_musl_include/sys/
Depoll.h32 #define EPOLLEXCLUSIVE (1U<<28) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h32 #define EPOLLEXCLUSIVE (1U<<28) macro
/third_party/python/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
/third_party/python/Modules/
Dselectmodule.c2507 #ifdef EPOLLEXCLUSIVE
2508 PyModule_AddIntMacro(m, EPOLLEXCLUSIVE);
/third_party/python/Misc/NEWS.d/
D3.6.0a4.rst412 Expose the EPOLLEXCLUSIVE constant (when it is defined) in the select
/third_party/grpc/doc/core/
Dgrpc-polling-engines.md129 - FDs are added to multiple epollsets with EPOLLEXCLUSIVE flag. This prevents multiple worker threa…