Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 – 25 of 58) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c137 opera_epoll_ctl(EPOLL_CTL_DEL, fd[1], &events[1]); in verify_epoll_ctl()
138 check_epoll_ctl(EPOLL_CTL_DEL, 1); in verify_epoll_ctl()
139 opera_epoll_ctl(EPOLL_CTL_DEL, fd[0], &events[0]); in verify_epoll_ctl()
Depoll_ctl05.c47 if (epoll_ctl(origin_epfd, EPOLL_CTL_DEL, fd[0], &events)) in setup()
Depoll_ctl02.c51 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT, "fd is not registered with EPOLL_CTL_DEL"},
/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()
525 case EPOLL_CTL_DEL: in test_epoll_ctl()
/third_party/alsa-utils/alsactl/
Dmonitor.c348 operate_dispatcher(epfd, EPOLL_CTL_DEL, NULL, entry); in run_dispatcher()
364 operate_dispatcher(epfd, EPOLL_CTL_DEL, NULL, entry); in clear_dispatcher()
366 epoll_ctl(epfd, EPOLL_CTL_DEL, infd, NULL); in clear_dispatcher()
368 epoll_ctl(epfd, EPOLL_CTL_DEL, sigfd, NULL); in clear_dispatcher()
/third_party/libuv/src/unix/
Depoll.c77 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd()
96 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &e)) in uv__io_check_fd()
336 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
Dos390-syscalls.h34 #define EPOLL_CTL_DEL 2 macro
Dos390.c599 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd()
973 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
Dos390-syscalls.c242 if (op == EPOLL_CTL_DEL) { in epoll_ctl()
/third_party/node/deps/uv/src/unix/
Depoll.c77 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd()
96 if (epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &e)) in uv__io_check_fd()
336 epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
Dos390-syscalls.h34 #define EPOLL_CTL_DEL 2 macro
Dos390.c599 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd()
973 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
/third_party/musl/ndk_musl_include/sys/
Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/include/sys/
Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_epoll_ctl_test.cpp56 EXPECT_TRUE(epoll_ctl(epollFd, EPOLL_CTL_DEL, fds[0], &ev) == -1);
/third_party/curl/docs/examples/
Dephiperfifo.c257 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in remsock()
276 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in setsock()
452 epoll_ctl(g->epfd, EPOLL_CTL_DEL, g->fifofd, NULL); in clean_fifo()
/third_party/alsa-utils/axfer/
Dwaiter-epoll.c88 epoll_ctl(state->epfd, EPOLL_CTL_DEL, fd, NULL); in epoll_release()
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt82 EPOLL_CTL_DEL
/third_party/rust/crates/nix/src/sys/
Depoll.rs34 EpollCtlDel = libc::EPOLL_CTL_DEL,
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h247 #define EPOLL_CTL_DEL 2 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,
602 c_uint(EPOLL_CTL_DEL), in epoll_del()
/third_party/rust/crates/rustix/src/backend/libc/io/
Depoll.rs211 c::EPOLL_CTL_DEL, in del()

123