Home
last modified time | relevance | path

Searched refs:EPOLL_CTL_MOD (Results 1 – 25 of 30) sorted by relevance

12

/external/libevent/
Depolltable-internal.h271 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_MOD },
273 { EPOLLIN, EPOLL_CTL_MOD },
277 { EPOLLIN, EPOLL_CTL_MOD },
279 { EPOLLIN|EPOLLRDHUP, EPOLL_CTL_MOD },
281 { EPOLLIN, EPOLL_CTL_MOD },
287 { EPOLLRDHUP, EPOLL_CTL_MOD },
301 { EPOLLIN|EPOLLOUT, EPOLL_CTL_MOD },
303 { EPOLLIN|EPOLLOUT|EPOLLRDHUP, EPOLL_CTL_MOD },
305 { EPOLLIN|EPOLLOUT, EPOLL_CTL_MOD },
309 { EPOLLIN|EPOLLOUT, EPOLL_CTL_MOD },
[all …]
Depoll.c245 op == EPOLL_CTL_MOD?"MOD": in epoll_op_to_string()
296 case EPOLL_CTL_MOD: in epoll_apply_one_change()
323 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) { in epoll_apply_one_change()
/external/strace/xlat/
Depollctls.h20 #if defined(EPOLL_CTL_MOD) || (defined(HAVE_DECL_EPOLL_CTL_MOD) && HAVE_DECL_EPOLL_CTL_MOD)
22 static_assert((EPOLL_CTL_MOD) == (3), "EPOLL_CTL_MOD != 3");
25 # define EPOLL_CTL_MOD 3
40 XLAT(EPOLL_CTL_MOD),
Depollctls.in3 EPOLL_CTL_MOD 3
/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()
524 case EPOLL_CTL_MOD: in test_epoll_ctl()
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
Depoll_ctl01.c137 opera_epoll_ctl(EPOLL_CTL_MOD, fd[1], &events[1]); in verify_epoll_ctl()
138 check_epoll_ctl(EPOLL_CTL_MOD, 2); in verify_epoll_ctl()
Depoll_ctl02.c58 {&epfd, EPOLL_CTL_MOD, &fd[1], &events[1], ENOENT},
/external/strace/tests-mx32/
Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
/external/strace/tests/
Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
/external/strace/tests-m32/
Depoll_ctl.c33 rc = invoke_syscall(-1UL, EPOLL_CTL_MOD, -16UL, 0); in main()
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt62 must call epoll_ctl(2) with EPOLL_CTL_MOD to re-enable the file
74 EPOLL_CTL_MOD
Depoll_wait.txt39 set with a epoll_ctl(2) (EPOLL_CTL_ADD,EPOLL_CTL_MOD) while the events
Depoll.txt72 using epoll_ctl(2) with EPOLL_CTL_MOD.
118 ing epoll_ctl(2) with EPOLL_CTL_MOD.
/external/ltp/testcases/kernel/syscalls/epoll2/include/
Depoll.h59 #define EPOLL_CTL_MOD 3 /* Change file decriptor epoll_event structure. */ macro
/external/kernel-headers/original/uapi/linux/
Deventpoll.h28 #define EPOLL_CTL_MOD 3 macro
/external/rust/crates/nix/src/sys/
Depoll.rs36 EpollCtlMod = libc::EPOLL_CTL_MOD,
/external/crosvm/sys_util/src/
Dpoll.rs19 EPOLL_CLOEXEC, EPOLL_CTL_ADD, EPOLL_CTL_DEL, EPOLL_CTL_MOD,
390 EPOLL_CTL_MOD, in modify()
/external/rust/crates/mio/src/sys/unix/selector/
Depoll.rs96 syscall!(epoll_ctl(self.ep, libc::EPOLL_CTL_MOD, fd, &mut event)).map(|_| ()) in reregister()
/external/libcups/scheduler/
Dselect.c346 if (epoll_ctl(cupsd_epoll_fd, added ? EPOLL_CTL_ADD : EPOLL_CTL_MOD, fd,
/external/python/cpython2/Modules/
Dselectmodule.c899 case EPOLL_CTL_MOD: in pyepoll_internal_ctl()
968 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events); in pyepoll_modify()
/external/wayland/src/
Devent-loop.c227 return epoll_ctl(loop->epoll_fd, EPOLL_CTL_MOD, source->fd, &ep); in wl_event_source_fd_update()
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c196 if (epoll_ctl(kdpfd, EPOLL_CTL_MOD, conn->sfd, &ev) < 0) { in eph_mod_conn()
/external/python/cpython3/Modules/
Dselectmodule.c1446 case EPOLL_CTL_MOD: in pyepoll_internal_ctl()
1510 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, fd, eventmask); in select_epoll_modify_impl()
/external/rust/crates/libc/src/unix/redox/
Dmod.rs546 pub const EPOLL_CTL_MOD: ::c_int = 3; constant
/external/webrtc/rtc_base/
Dphysical_socket_server.cc1418 int err = epoll_ctl(epoll_fd_, EPOLL_CTL_MOD, fd, &event); in UpdateEpoll()

12