Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_MOD (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c394 { EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_ADD, EPOLL_CTL_MOD, in test_epoll_ctl()
395 EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_DEL, INT_MAX, -1 in test_epoll_ctl()
524 case EPOLL_CTL_MOD: in test_epoll_ctl()
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c135 opera_epoll_ctl(EPOLL_CTL_MOD, fd[1], &events[1]); in verify_epoll_ctl()
136 check_epoll_ctl(EPOLL_CTL_MOD, 2); in verify_epoll_ctl()
Depoll_ctl03.c42 TST_EXP_PASS(epoll_ctl(epfd, EPOLL_CTL_MOD, fds[0], &events), in run_all()
Depoll_ctl02.c52 {&epfd, EPOLL_CTL_MOD, &fd[1], &events[1], ENOENT, "fd is not registered with EPOLL_CTL_MOD"},
/third_party/musl/ndk_musl_include/sys/
Depoll.h39 #define EPOLL_CTL_MOD 3 macro
/third_party/musl/include/sys/
Depoll.h39 #define EPOLL_CTL_MOD 3 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h39 #define EPOLL_CTL_MOD 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h39 #define EPOLL_CTL_MOD 3 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h39 #define EPOLL_CTL_MOD 3 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_epoll_ctl_test.cpp40 EXPECT_TRUE(epoll_ctl(epollFd, EPOLL_CTL_MOD, fds[0], &ev) == -1);
/third_party/libuv/src/unix/
Dos390-syscalls.h35 #define EPOLL_CTL_MOD 3 macro
Depoll.c159 op = EPOLL_CTL_MOD; in uv__io_poll()
171 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
Dos390.c849 op = EPOLL_CTL_MOD; in uv__io_poll()
861 if (epoll_ctl(loop->ep, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
Dos390-syscalls.c264 } else if (op == EPOLL_CTL_MOD) { in epoll_ctl()
/third_party/node/deps/uv/src/unix/
Dos390-syscalls.h35 #define EPOLL_CTL_MOD 3 macro
Depoll.c159 op = EPOLL_CTL_MOD; in uv__io_poll()
171 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
Dos390.c849 op = EPOLL_CTL_MOD; in uv__io_poll()
861 if (epoll_ctl(loop->ep, EPOLL_CTL_MOD, w->fd, &e)) in uv__io_poll()
Dos390-syscalls.c264 } else if (op == EPOLL_CTL_MOD) { in epoll_ctl()
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt83 EPOLL_CTL_MOD
Dfuchsia.txt246 EPOLL_CTL_MOD
/third_party/rust/crates/nix/src/sys/
Depoll.rs35 EpollCtlMod = libc::EPOLL_CTL_MOD,
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h248 #define EPOLL_CTL_MOD 3 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs32 epoll_event, EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD, F_DUPFD_CLOEXEC, F_GETFD, F_SETFD,
591 c_uint(EPOLL_CTL_MOD), in epoll_mod()
/third_party/rust/crates/rustix/src/backend/libc/io/
Depoll.rs189 c::EPOLL_CTL_MOD, in mod_()
/third_party/python/Modules/
Dselectmodule.c1413 case EPOLL_CTL_MOD: in pyepoll_internal_ctl()
1477 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, fd, eventmask); in select_epoll_modify_impl()

12