Home
last modified time | relevance | path

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

12

/external/libevent/
Depolltable-internal.h145 { EPOLLRDHUP, EPOLL_CTL_DEL },
157 { EPOLLIN, EPOLL_CTL_DEL },
161 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL },
205 { EPOLLOUT, EPOLL_CTL_DEL },
209 { EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL },
221 { EPOLLIN|EPOLLOUT, EPOLL_CTL_DEL },
225 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_DEL },
285 { EPOLLIN, EPOLL_CTL_DEL },
289 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_DEL },
349 { EPOLLIN|EPOLLOUT, EPOLL_CTL_DEL },
[all …]
Depoll.c244 op == EPOLL_CTL_DEL?"DEL": in epoll_op_to_string()
335 case EPOLL_CTL_DEL: in epoll_apply_one_change()
/external/strace/xlat/
Depollctls.h13 #if defined(EPOLL_CTL_DEL) || (defined(HAVE_DECL_EPOLL_CTL_DEL) && HAVE_DECL_EPOLL_CTL_DEL)
15 static_assert((EPOLL_CTL_DEL) == (2), "EPOLL_CTL_DEL != 2");
18 # define EPOLL_CTL_DEL 2
39 XLAT(EPOLL_CTL_DEL),
Depollctls.in2 EPOLL_CTL_DEL 2
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c139 opera_epoll_ctl(EPOLL_CTL_DEL, fd[1], &events[1]); in verify_epoll_ctl()
140 check_epoll_ctl(EPOLL_CTL_DEL, 1); in verify_epoll_ctl()
141 opera_epoll_ctl(EPOLL_CTL_DEL, fd[0], &events[0]); in verify_epoll_ctl()
Depoll_ctl02.c57 {&epfd, EPOLL_CTL_DEL, &fd[1], &events[1], ENOENT},
/external/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()
/external/strace/tests-mx32/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/strace/tests/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/strace/tests-m32/
Depoll_ctl.c29 rc = invoke_syscall(-3U, EPOLL_CTL_DEL, -4U, ev); in main()
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h58 #define EPOLL_CTL_DEL 2 /* Remove a file decriptor from the interface. */ macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h27 #define EPOLL_CTL_DEL 2 macro
/external/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()
/external/strace/
Depoll.c80 if (EPOLL_CTL_DEL == op) in SYS_FUNC()
/external/rust/crates/nix/src/sys/
Depoll.rs35 EpollCtlDel = libc::EPOLL_CTL_DEL,
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt78 EPOLL_CTL_DEL
Depoll.txt207 epoll_ctl(EPOLL_CTL_DEL) to delete fd 13 and close(), then mark its
/external/crosvm/sys_util/src/
Dpoll.rs19 EPOLL_CLOEXEC, EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD,
413 EPOLL_CTL_DEL, in delete()
/external/rust/crates/mio/src/sys/unix/selector/
Depoll.rs100 syscall!(epoll_ctl(self.ep, libc::EPOLL_CTL_DEL, fd, ptr::null_mut())).map(|_| ()) in deregister()
/external/linux-kselftest/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c285 if (epoll_ctl(epfd, EPOLL_CTL_DEL, ev.data.fd, NULL)) in run_one_test()
/external/libcups/scheduler/
Dselect.c716 if (epoll_ctl(cupsd_epoll_fd, EPOLL_CTL_DEL, fd, &event)) in cupsdRemoveSelect()
/external/python/cpython2/Modules/
Dselectmodule.c906 case EPOLL_CTL_DEL: in pyepoll_internal_ctl()
988 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, pfd, 0); in pyepoll_unregister()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollsig_linux.cc421 err = epoll_ctl(pi->epoll_fd, EPOLL_CTL_DEL, pi->fds[i]->fd, nullptr); in polling_island_remove_all_fds_locked()
449 err = epoll_ctl(pi->epoll_fd, EPOLL_CTL_DEL, fd->fd, nullptr); in polling_island_remove_fd_locked()
/external/wayland/src/
Devent-loop.c836 epoll_ctl(loop->epoll_fd, EPOLL_CTL_DEL, source->fd, NULL); in wl_event_source_remove()
/external/rust/crates/grpcio-sys/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);

12