Searched refs:epoll_ctl (Results 1 – 12 of 12) sorted by relevance
/external/chromium/third_party/libevent/ |
D | epoll_sub.c | 42 epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl() function
|
D | epoll.c | 299 if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1) in epoll_add() 356 if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1) in epoll_del()
|
D | config.h.in | 21 /* Define to 1 if you have the `epoll_ctl' function. */
|
D | configure.in | 177 AC_CHECK_FUNCS(epoll_ctl, [haveepoll=yes], )
|
D | configure | 21846 for ac_func in epoll_ctl
|
/external/chromium/net/tools/flip_server/ |
D | epoll_server.cc | 561 if (epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, fd, &ee)) { in DelFD() 579 if (epoll_ctl(epoll_fd_, EPOLL_CTL_ADD, fd, &ee)) { in AddFD() 599 if (epoll_ctl(epoll_fd_, EPOLL_CTL_MOD, fd, &ee)) { in ModFD()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1279 TSAN_INTERCEPTOR(int, epoll_ctl, int epfd, int op, int fd, void *ev) { in TSAN_INTERCEPTOR() argument 1280 SCOPED_TSAN_INTERCEPTOR(epoll_ctl, epfd, op, fd, ev); in TSAN_INTERCEPTOR() 1284 int res = REAL(epoll_ctl)(epfd, op, fd, ev); in TSAN_INTERCEPTOR() 1587 TSAN_INTERCEPT(epoll_ctl); in InitializeInterceptors()
|
/external/valgrind/unittest/ |
D | posix_tests.cc | 995 epoll_ctl(0, 0, 0, &event); in Worker1()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 3533 Syscall param epoll_ctl(epfd) contains uninitialised byte(s) 3537 Syscall param epoll_ctl(op) contains uninitialised byte(s) 3541 Syscall param epoll_ctl(fd) contains uninitialised byte(s) 3545 Syscall param epoll_ctl(event) contains uninitialised byte(s) 3549 Syscall param epoll_ctl(event) points to unaddressable byte(s)
|
/external/valgrind/tsan/ |
D | ts_valgrind_intercepts.c | 1999 LIBC_FUNC(int, epoll_ctl, int epfd, int op, int fd, void *event) { in LIBC_FUNC() argument
|
/external/valgrind/main/ |
D | NEWS | 2535 107524 epoll_ctl event parameter checked on EPOLL_CTL_DEL
|
/external/strace/ |
D | ChangeLog-CVS | 3233 epoll_ctl, epoll_wait, remap_file_pages, set_tid_address,
|