Searched refs:EPOLLONESHOT (Results 1 – 25 of 29) sorted by relevance
12
104 #if defined(EPOLLONESHOT) || (defined(HAVE_DECL_EPOLLONESHOT) && HAVE_DECL_EPOLLONESHOT)106 static_assert((EPOLLONESHOT) == (0x40000000), "EPOLLONESHOT != 0x40000000");109 # define EPOLLONESHOT 0x40000000143 XLAT(EPOLLONESHOT),
15 EPOLLONESHOT 0x40000000
48 EPOLLONESHOT = (1 << 30), enumerator49 #define EPOLLONESHOT EPOLLONESHOT macro
68 static_cast<uint32_t>(EPOLLET | EPOLLIN | EPOLLEXCLUSIVE | EPOLLONESHOT); in grpc_is_epollexclusive_available()
60 #define EPOLLONESHOT ((__force __poll_t)(1U << 30)) macro
57 EPOLLONESHOT
68 chunks of data, the caller has the option to specify the EPOLLONESHOT70 receival of an event with epoll_wait(2). When the EPOLLONESHOT flag is
62 EPOLLONESHOT = 1073741824
1919 #ifdef EPOLLONESHOT1921 PyModule_AddIntConstant(m, "EPOLLONESHOT", EPOLLONESHOT);
2499 #ifdef EPOLLONESHOT2501 PyModule_AddIntMacro(m, EPOLLONESHOT);
138 | :const:`EPOLLONESHOT` | Set one-shot behavior. After one event is |
341 EPOLLONESHOT = 0x40000000 const
369 EPOLLONESHOT = 0x40000000 const