Home
last modified time | relevance | path

Searched refs:EPOLLET (Results 1 – 25 of 42) sorted by relevance

12

/third_party/lwip/
D0007-gazelle-fix-epoll_ctl-EPOLLET-mode-error.patch4 Subject: [PATCH] fix epoll_ctl EPOLLET mode error
46 + if (((flags & MSG_PEEK) == 0) && ((sock->epoll & EPOLLET) == 0)) {
54 + if (sock->epoll & EPOLLET) {
65 + if ((sock->epoll & EPOLLET) == 0) {
75 + if (sock->epoll & EPOLLET) {
86 + if ((sock->epoll & EPOLLET) == 0) {
94 + if (sock->epoll & EPOLLET) {
D0016-lstack-support-mysql-mode.patch358 - if (((flags & MSG_PEEK) == 0) && ((sock->epoll & EPOLLET) == 0)) {
548 - if (sock->epoll & EPOLLET) {
562 - if ((sock->epoll & EPOLLET) == 0) {
573 - if (sock->epoll & EPOLLET) {
583 - if ((sock->epoll & EPOLLET) == 0) {
591 - if (sock->epoll & EPOLLET) {
Dlwip.spec21 Patch9006: 0007-gazelle-fix-epoll_ctl-EPOLLET-mode-error.patch
/third_party/musl/Benchmark/musl/
Dlibc_epoll.cpp57 g_event.events = EPOLLIN | EPOLLET; in Bm_function_Epoll_ctl()
80 g_event.events = EPOLLIN | EPOLLET; in Bm_function_Epoll_wait()
/third_party/musl/ndk_musl_include/sys/
Depoll.h35 #define EPOLLET (1U<<31) macro
/third_party/musl/include/sys/
Depoll.h35 #define EPOLLET (1U<<31) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h35 #define EPOLLET (1U<<31) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h35 #define EPOLLET (1U<<31) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h35 #define EPOLLET (1U<<31) macro
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl03.c28 EPOLLHUP, EPOLLET, EPOLLONESHOT, EPOLLRDHUP
/third_party/python/Lib/test/
Dtest_epoll.py167 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
169 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt65 EPOLLET
Dfuchsia.txt229 EPOLLET
Dlinux.txt519 EPOLLET
Dandroid.txt440 EPOLLET
/third_party/rust/crates/nix/src/sys/
Depoll.rs25 EPOLLET;
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h266 #define EPOLLET 0x80000000 macro
/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c423 (EPOLLET * ((index & 0x20) >> 5))); in test_epoll_ctl()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Depoll.rs104 const ET = linux_raw_sys::general::EPOLLET as u32;
/third_party/rust/crates/rustix/src/backend/libc/io/
Depoll.rs103 const ET = c::EPOLLET as u32;
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs601 pub const EPOLLET: ::c_int = 0; constant
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c1548 event.events = EPOLLIN | EPOLLOUT | EPOLLET; in internal_add_connection()
3518 event.events = EPOLLIN | EPOLLET; in setup_epoll_to_listen()
Dconnection.c2725 event.events = EPOLLIN | EPOLLOUT | EPOLLET;
/third_party/python/Doc/library/
Dselect.rst295 | :const:`EPOLLET` | Set Edge Trigger behavior, the default is |
/third_party/python/Modules/
Dselectmodule.c2502 PyModule_AddIntMacro(m, EPOLLET);

12