Searched refs:EPOLLEXCLUSIVE (Results 1 – 12 of 12) sorted by relevance
26 #ifndef EPOLLEXCLUSIVE27 #define EPOLLEXCLUSIVE (1 << 28) macro
68 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()
622 static_cast<uint32_t>(EPOLLET | EPOLLIN | EPOLLOUT | EPOLLEXCLUSIVE);
32 #define EPOLLEXCLUSIVE (1U<<28) macro
301 | :const:`EPOLLEXCLUSIVE` | Wake only one epoll object when the |321 :const:`EPOLLEXCLUSIVE` was added. It's only supported by Linux Kernel 4.5
2507 #ifdef EPOLLEXCLUSIVE2508 PyModule_AddIntMacro(m, EPOLLEXCLUSIVE);
412 Expose the EPOLLEXCLUSIVE constant (when it is defined) in the select
129 - FDs are added to multiple epollsets with EPOLLEXCLUSIVE flag. This prevents multiple worker threa…