/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl01.c | 137 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 D | epoll_ctl05.c | 47 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 D | epoll_ctl02.c | 18 * - 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 D | monitor.c | 349 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 D | epoll-ltp.c | 394 { 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 D | epoll.c | 77 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 D | os390-syscalls.h | 34 #define EPOLL_CTL_DEL 2 macro
|
H A D | os390.c | 599 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 D | tst_epoll.c | 46 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 D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_epoll_ctl_test.cpp | 46 * @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 D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/libuv/src/unix/ |
H A D | os390-syscalls.h | 34 #define EPOLL_CTL_DEL 2 macro
|
H A D | linux.c | 279 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 D | async.c | 259 uv__epoll_ctl(loop->backend_fd, EPOLL_CTL_DEL, loop->async_io_watcher.fd, NULL); in uv__async_stop()
|
H A D | os390.c | 606 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 D | ephiperfifo.c | 257 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 D | waiter-epoll.c | 88 epoll_ctl(state->epfd, EPOLL_CTL_DEL, fd, NULL); in epoll_release()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | epoll.rs | 34 EpollCtlDel = libc::EPOLL_CTL_DEL,
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event_epoll.c | 124 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 D | general.h | 247 #define EPOLL_CTL_DEL 2 macro
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | epoll.rs | 199 /// `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 D | udevd.c | 1370 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()
|