Home
last modified time | relevance | path

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

12

/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.c507 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()
Dos390-syscalls.c242 if (op == EPOLL_CTL_DEL) { in epoll_ctl()
/third_party/musl/porting/liteos_m/kernel/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/liteos_m_iccarm/kernel/include/sys/
Depoll.h38 #define EPOLL_CTL_DEL 2 macro
/third_party/musl/ndk_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/curl/docs/examples/
Dephiperfifo.c255 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/
Dmessage_loop_linux.cc41 ::epoll_ctl(epoll_fd_.get(), add ? EPOLL_CTL_ADD : EPOLL_CTL_DEL, in AddOrRemoveTimerSource()
/third_party/alsa-utils/axfer/
Dwaiter-epoll.c88 epoll_ctl(state->epfd, EPOLL_CTL_DEL, fd, NULL); in epoll_release()
/third_party/eudev/src/udev/
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()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c1673 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/
Depoll_reactor.ipp364 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/
Depoll_reactor.ipp364 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/
Dev_epollex_linux.cc474 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/
Devent-loop.c836 epoll_ctl(loop->epoll_fd, EPOLL_CTL_DEL, source->fd, NULL); in wl_event_source_remove()
/third_party/python/Modules/
Dselectmodule.c1420 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/
Dcoap_io.txt.in419 if (epoll_ctl(epoll_fd, EPOLL_CTL_DEL, coap_fd, &ev) == -1) {

12