HomeSort by relevance Sort by last modified time
    Searched refs:epoll_ctl (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/strace/linux/xtensa/
syscallent.h 15 [ 19] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/arm/
syscallent.h 279 [251] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/i386/
syscallent.h 283 [255] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/ia64/
syscallent.h 263 [1244] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/m68k/
syscallent.h 278 [250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/mips/
syscallent-o32.h 252 [4249] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/powerpc/
syscallent.h 266 [237] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/powerpc64/
syscallent.h 261 [237] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/s390/
syscallent.h 281 [250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/sh/
syscallent.h 283 [255] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/sh64/
syscallent.h 309 [283] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/sparc/
syscallent.h 195 [194] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /system/core/init/
init.cpp 92 if (epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fd, &ev) == -1) {
93 ERROR("epoll_ctl failed: %s\n", strerror(errno));
  /external/strace/linux/alpha/
syscallent.h 373 [408] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/bfin/
syscallent.h 284 [256] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/strace/linux/microblaze/
syscallent.h 283 [255] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
  /external/wpa_supplicant_8/src/utils/
eloop.c 216 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_ADD, sock, &ev) < 0) {
217 wpa_printf(MSG_ERROR, "%s: epoll_ctl(ADD) for fd=%d failed: %s",
406 if (epoll_ctl(eloop.epollfd, EPOLL_CTL_DEL, sock, NULL) < 0) {
407 wpa_printf(MSG_ERROR, "%s: epoll_ctl(DEL) for fd=%d failed: %s",
1317 * epoll_create1(), epoll_ctl() for ADD, epoll_wait, and close() for
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /system/netd/tests/
dns_responder.cpp 626 if (epoll_ctl(ep_fd, EPOLL_CTL_ADD, s, &ev) < 0) {
627 APLOGI("epoll_ctl() failed for socket %d", s);
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c     [all...]
  /external/libevent/
configure     [all...]

Completed in 8644 milliseconds

1 2 3 45