Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_DEL (Results 1 - 25 of 55) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A 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()
H A Depoll_ctl05.c47 if (epoll_ctl(origin_epfd, EPOLL_CTL_DEL, fd[0], &events)) in setup()
48 tst_brk(TBROK | TERRNO, "epoll_ctl(..., EPOLL_CTL_DEL, ...)"); in setup()
H A Depoll_ctl02.c18 * - ENOENT if fd is not registered with EPOLL_CTL_DEL.
51 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT, "fd is not registered with EPOLL_CTL_DEL"},
/third_party/alsa-utils/alsactl/
H A Dmonitor.c349 operate_dispatcher(epfd, EPOLL_CTL_DEL, NULL, entry); in run_dispatcher()
365 operate_dispatcher(epfd, EPOLL_CTL_DEL, NULL, entry); in clear_dispatcher()
367 epoll_ctl(epfd, EPOLL_CTL_DEL, infd, NULL); in clear_dispatcher()
369 epoll_ctl(epfd, EPOLL_CTL_DEL, sigfd, NULL); in clear_dispatcher()
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A 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/node/deps/uv/src/unix/
H A 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()
H A Dos390-syscalls.h34 #define EPOLL_CTL_DEL 2 macro
H A 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/ltp/lib/
H A Dtst_epoll.c46 case EPOLL_CTL_DEL: in safe_epoll_ctl()
47 op_str = "EPOLL_CTL_DEL"; in safe_epoll_ctl()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_epoll_ctl_test.cpp46 * @tc.desc: This test verifies the call to epoll_ When using the ctl function, use EPOLL_CTL_DEL operation parameter
56 EXPECT_TRUE(epoll_ctl(epollFd, EPOLL_CTL_DEL, fds[0], &ev) == -1); in HWTEST_F()
/third_party/musl/include/sys/
H A Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/libuv/src/unix/
H A Dos390-syscalls.h34 #define EPOLL_CTL_DEL 2 macro
H A Dlinux.c279 STATIC_ASSERT(EPOLL_CTL_DEL < 4);
755 uv__epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd()
760 EPOLL_CTL_DEL, in uv__platform_invalidate_fd()
781 if (uv__epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, fd, &e)) in uv__io_check_fd()
1257 if (op == EPOLL_CTL_DEL) in uv__epoll_ctl_prep()
1344 /* Failed submissions are either EPOLL_CTL_DEL commands for file descriptors in uv__epoll_ctl_flush()
1362 if (op == EPOLL_CTL_DEL) in uv__epoll_ctl_flush()
1552 uv__epoll_ctl_prep(epollfd, ctl, &prep, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
H A Dasync.c259 uv__epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, loop->async_io_watcher.fd, NULL); in uv__async_stop()
H A Dos390.c606 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd()
989 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
/third_party/curl/docs/examples/
H A Dephiperfifo.c257 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in remsock()
258 fprintf(stderr, "EPOLL_CTL_DEL failed for fd: %d : %s\n", in remsock()
276 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in setsock()
277 fprintf(stderr, "EPOLL_CTL_DEL failed for fd: %d : %s\n", in setsock()
452 epoll_ctl(g->epfd, EPOLL_CTL_DEL, g->fifofd, NULL); in clean_fifo()
/third_party/alsa-utils/axfer/
H A Dwaiter-epoll.c88 epoll_ctl(state->epfd, EPOLL_CTL_DEL, fd, NULL); in epoll_release()
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs34 EpollCtlDel = libc::EPOLL_CTL_DEL,
/third_party/node/deps/cares/src/lib/
H A Dares_event_epoll.c124 epoll_ctl(ep->epoll_fd, EPOLL_CTL_DEL, event->fd, &epev); in ares_evsys_epoll_event_del()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h247 #define EPOLL_CTL_DEL 2 macro
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs199 /// `epoll_ctl(self, EPOLL_CTL_DEL, target, NULL)`—Removes an element in
211 c::EPOLL_CTL_DEL, in del()
/third_party/eudev/src/udev/
H A Dudevd.c1370 epoll_ctl(fd_ep, EPOLL_CTL_DEL, fd_ctrl, NULL); in main()
1374 epoll_ctl(fd_ep, EPOLL_CTL_DEL, fd_netlink, NULL); in main()
1379 epoll_ctl(fd_ep, EPOLL_CTL_DEL, fd_inotify, NULL); in main()

Completed in 16 milliseconds

123