Home
last modified time | relevance | path

Searched refs:epoll_ctl (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c200 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, fd, &epev) < 0) { in epoll_init()
290 if (epoll_ctl(epollop->epfd, op, ch->fd, &epev) == 0) { in epoll_apply_one_change()
302 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, ch->fd, &epev) == -1) { in epoll_apply_one_change()
323 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) { in epoll_apply_one_change()
H A Depoll_sub.c52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() function
H A Devent-config.h.cmake102 /* Define to 1 if you have the `epoll_ctl' function. */
H A Dconfig.h.in53 /* Define to 1 if you have the `epoll_ctl' function. */
H A Dwhatsnew-2.1.txt593 The logic for deciding which arguements to use with epoll_ctl() is now
595 branches. This should minimize epoll_ctl() calls and make the epoll
H A Dconfigure.ac611 AC_CHECK_FUNCS(epoll_ctl, [haveepoll=yes], )
H A DCMakeLists.txt478 epoll_ctl
H A DChangeLog-2.0885 o Minimize epoll_ctl calls by using changelist (c8c6a89)
H A DChangeLog480 … o http: avoid epoll_ctl() on already closed fd (triggers by http/chunk_out) (ab3bc69 Azat Khuzhin)
/freebsd/contrib/libevent/
H A Depoll.c200 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, fd, &epev) < 0) { in epoll_init()
290 if (epoll_ctl(epollop->epfd, op, ch->fd, &epev) == 0) { in epoll_apply_one_change()
302 if (epoll_ctl(epollop->epfd, EPOLL_CTL_ADD, ch->fd, &epev) == -1) { in epoll_apply_one_change()
323 if (epoll_ctl(epollop->epfd, EPOLL_CTL_MOD, ch->fd, &epev) == -1) { in epoll_apply_one_change()
H A Depoll_sub.c52 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() function
H A Devent-config.h.cmake102 /* Define to 1 if you have the `epoll_ctl' function. */
H A Dconfig.h.in53 /* Define to 1 if you have the `epoll_ctl' function. */
H A Dwhatsnew-2.1.txt593 The logic for deciding which arguements to use with epoll_ctl() is now
595 branches. This should minimize epoll_ctl() calls and make the epoll
H A Dconfigure.ac611 AC_CHECK_FUNCS(epoll_ctl, [haveepoll=yes], )
H A DCMakeLists.txt478 epoll_ctl
H A DChangeLog-2.0885 o Minimize epoll_ctl calls by using changelist (c8c6a89)
/freebsd/contrib/capsicum-test/
H A Dlinux.cc297 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_ro, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST()
298 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_wo, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST()
299 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_rw, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST()
300 EXPECT_OK(epoll_ctl(cap_epoll_ctl, EPOLL_CTL_ADD, sock_fds[0], &eev)); in FORK_TEST()
302 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_ro, EPOLL_CTL_MOD, sock_fds[0], &eev)); in FORK_TEST()
303 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_wo, EPOLL_CTL_MOD, sock_fds[0], &eev)); in FORK_TEST()
304 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_rw, EPOLL_CTL_MOD, sock_fds[0], &eev)); in FORK_TEST()
305 EXPECT_OK(epoll_ctl(cap_epoll_ctl, EPOLL_CTL_MOD, sock_fds[0], &eev)); in FORK_TEST()
315 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_ro, EPOLL_CTL_DEL, sock_fds[0], &eev)); in FORK_TEST()
316 EXPECT_NOTCAPABLE(epoll_ctl(cap_epoll_wo, EPOLL_CTL_DEL, sock_fds[0], &eev)); in FORK_TEST()
[all …]
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp204 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyFD, &EventSpec) == -1) { in InotifyPollingLoop()
210 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyPollingStopSignal.FDRead, in InotifyPollingLoop()
/freebsd/contrib/wpa/src/utils/
H A Deloop.c218 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_ADD, sock, &ev) < 0) { in eloop_sock_queue()
413 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) { in eloop_sock_table_remove_sock()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1968 TSAN_INTERCEPTOR(int, epoll_ctl, int epfd, int op, int fd, void *ev) { in TSAN_INTERCEPTOR() argument
1969 SCOPED_TSAN_INTERCEPTOR(epoll_ctl, epfd, op, fd, ev); in TSAN_INTERCEPTOR()
1978 int res = REAL(epoll_ctl)(epfd, op, fd, ev); in TSAN_INTERCEPTOR()
2027 TSAN_INTERCEPT(epoll_ctl); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt165 fun:epoll_ctl=discard
H A Dlibc_ubuntu1404_abilist.txt1614 fun:epoll_ctl=uninstrumented
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c944 epoll_ctl(qp->rs->epfd, EPOLL_CTL_DEL, in ds_free_qp()
1538 ret = epoll_ctl(rs->epfd, EPOLL_CTL_ADD, in ds_create_qp()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2109 PRE_SYSCALL(epoll_ctl)(long epfd, long op, long fd, void *event) {}
2111 POST_SYSCALL(epoll_ctl)(long res, long epfd, long op, long fd, void *event) {

12