/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
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()
|
D | epoll_ctl05.c | 47 if (epoll_ctl(origin_epfd, EPOLL_CTL_DEL, fd[0], &events)) in setup()
|
D | epoll_ctl02.c | 51 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT, "fd is not registered with EPOLL_CTL_DEL"},
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
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/alsa-utils/alsactl/ |
D | monitor.c | 348 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/ |
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()
|
D | os390-syscalls.h | 34 #define EPOLL_CTL_DEL 2 macro
|
D | os390.c | 507 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, &dummy); in uv__platform_invalidate_fd() 813 epoll_ctl(loop->ep, EPOLL_CTL_DEL, fd, pe); in uv__io_poll()
|
D | os390-syscalls.c | 242 if (op == EPOLL_CTL_DEL) { in epoll_ctl()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | epoll.h | 38 #define EPOLL_CTL_DEL 2 macro
|
/third_party/curl/docs/examples/ |
D | ephiperfifo.c | 255 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in remsock() 274 if(epoll_ctl(g->epfd, EPOLL_CTL_DEL, f->sockfd, NULL)) in setsock() 450 epoll_ctl(g->epfd, EPOLL_CTL_DEL, g->fifofd, NULL); in clean_fifo()
|
/third_party/flutter/engine/flutter/fml/platform/linux/ |
D | message_loop_linux.cc | 41 ::epoll_ctl(epoll_fd_.get(), add ? EPOLL_CTL_ADD : EPOLL_CTL_DEL, in AddOrRemoveTimerSource()
|
/third_party/alsa-utils/axfer/ |
D | waiter-epoll.c | 88 epoll_ctl(state->epfd, EPOLL_CTL_DEL, fd, NULL); in epoll_release()
|
/third_party/eudev/src/udev/ |
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()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 1673 EPOLL_CTL_DEL, in MHD_suspend_connection() 2030 EPOLL_CTL_DEL, in MHD_cleanup_connections() 2680 EPOLL_CTL_DEL, in MHD_epoll() 3005 EPOLL_CTL_DEL, in MHD_quiesce_daemon() 3020 EPOLL_CTL_DEL, in MHD_quiesce_daemon()
|
/third_party/boost/boost/asio/detail/impl/ |
D | epoll_reactor.ipp | 364 epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, descriptor, &ev); 411 epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, descriptor, &ev);
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | epoll_reactor.ipp | 364 epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, descriptor, &ev); 411 epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, descriptor, &ev);
|
/third_party/grpc/src/core/lib/iomgr/ |
D | ev_epollex_linux.cc | 474 epoll_ctl(pollable_obj->epfd, EPOLL_CTL_DEL, fd->fd, &ev_fd); 478 epoll_ctl(epfd, EPOLL_CTL_DEL, fd->fd, &ev_fd);
|
/third_party/wayland_standard/src/ |
D | event-loop.c | 836 epoll_ctl(loop->epoll_fd, EPOLL_CTL_DEL, source->fd, NULL); in wl_event_source_remove()
|
/third_party/python/Modules/ |
D | selectmodule.c | 1420 case EPOLL_CTL_DEL: in pyepoll_internal_ctl() 1493 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, fd, 0); in select_epoll_unregister_impl()
|
/third_party/libcoap/man/ |
D | coap_io.txt.in | 419 if (epoll_ctl(epoll_fd, EPOLL_CTL_DEL, coap_fd, &ev) == -1) {
|