HomeSort by relevance Sort by last modified time
    Searched refs:epoll (Results 1 - 25 of 44) sorted by null

1 2

  /bionic/libc/bionic/
epoll_create.cpp 29 #include <sys/epoll.h>
epoll_wait.cpp 29 #include <sys/epoll.h>
epoll_pwait.cpp 29 #include <sys/epoll.h>
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_epoll.py 22 Tests for epoll wrapper.
31 if not hasattr(select, "epoll"):
35 select.epoll()
38 raise unittest.SkipTest("kernel doesn't support epoll()")
70 ep = select.epoll(16)
80 self.assertRaises(TypeError, select.epoll, 1, 2, 3)
81 self.assertRaises(TypeError, select.epoll, 'foo')
82 self.assertRaises(TypeError, select.epoll, None)
83 self.assertRaises(TypeError, select.epoll, ())
84 self.assertRaises(TypeError, select.epoll, ['foo']
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_epoll.py 22 Tests for epoll wrapper.
31 if not hasattr(select, "epoll"):
35 select.epoll()
38 raise unittest.SkipTest("kernel doesn't support epoll()")
70 ep = select.epoll(16)
80 self.assertRaises(TypeError, select.epoll, 1, 2, 3)
81 self.assertRaises(TypeError, select.epoll, 'foo')
82 self.assertRaises(TypeError, select.epoll, None)
83 self.assertRaises(TypeError, select.epoll, ())
84 self.assertRaises(TypeError, select.epoll, ['foo']
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 22 Tests for epoll wrapper.
31 if not hasattr(select, "epoll"):
35 select.epoll()
38 raise unittest.SkipTest("kernel doesn't support epoll()")
70 ep = select.epoll(16)
80 self.assertRaises(TypeError, select.epoll, 1, 2, 3)
81 self.assertRaises(TypeError, select.epoll, 'foo')
82 self.assertRaises(TypeError, select.epoll, None)
83 self.assertRaises(TypeError, select.epoll, ())
84 self.assertRaises(TypeError, select.epoll, ['foo']
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 22 Tests for epoll wrapper.
31 if not hasattr(select, "epoll"):
35 select.epoll()
38 raise unittest.SkipTest("kernel doesn't support epoll()")
70 ep = select.epoll(16)
80 self.assertRaises(TypeError, select.epoll, 1, 2, 3)
81 self.assertRaises(TypeError, select.epoll, 'foo')
82 self.assertRaises(TypeError, select.epoll, None)
83 self.assertRaises(TypeError, select.epoll, ())
84 self.assertRaises(TypeError, select.epoll, ['foo']
    [all...]
  /external/libevent/
epoll_sub.c 32 #include <sys/epoll.h>
Android.mk 18 epoll.c \
epoll.c 36 #include <sys/epoll.h>
67 "epoll (with changelist)",
85 "epoll",
99 /* On Linux kernels at least up to 2.6.24.4, epoll can't handle timeout
272 event_warn("Epoll MOD(%d) on %d retried as ADD; that failed too",
276 event_debug(("Epoll MOD(%d) on %d retried as ADD; succeeded.",
289 event_warn("Epoll ADD(%d) on %d retried as MOD; that failed too",
293 event_debug(("Epoll ADD(%d) on %d retried as MOD; succeeded.",
303 event_debug(("Epoll DEL(%d) on fd %d gave %s: DEL was unnecessary.",
308 event_warn("Epoll %s(%d) on fd %d failed. Old events were %d; read change was %d (%s); write change was %d (%s)"
    [all...]
  /system/core/healthd/
healthd_mode_android.cpp 25 #include <sys/epoll.h>
healthd.cpp 32 #include <sys/epoll.h>
72 // -1 for no epoll timeout
  /bionic/tests/
sys_epoll_test.cpp 22 #include <sys/epoll.h>
  /external/valgrind/memcheck/tests/linux/
syscalls-2007.c 18 #include <sys/epoll.h>
  /system/bt/vendor_libs/test_vendor_lib/include/
hci_transport.h 24 #include <sys/epoll.h>
  /external/strace/
epoll.c 33 # include <sys/epoll.h>
59 printflags(epollevents, ev->events, "EPOLL???");
Android.mk 63 epoll.c \
  /external/dbus/dbus/
dbus-socket-set-epoll.c 2 /* dbus-socket-set-epoll.c - a socket set implemented via Linux epoll(4)
32 # error This file is for Linux epoll(4)
37 #include <sys/epoll.h>
244 * delivering them to a DBusWatch. Because epoll is level-triggered by
326 /* usage: cat /dev/null | ./epoll
336 #include <sys/epoll.h>
  /hardware/bsp/intel/peripheral/sensors/mraa/
AcquisitionThread.cpp 18 #include <sys/epoll.h>
SensorsHAL.cpp 21 #include <sys/epoll.h>
30 /* create the epoll fd used to register the incoming fds */
  /system/core/include/utils/
Looper.h 25 #include <sys/epoll.h>
132 * using callbacks. The implementation uses epoll() internally.
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 26 #include <sys/epoll.h>
  /bootable/recovery/minui/
events.cpp 23 #include <sys/epoll.h>
  /system/bt/osi/src/
reactor.c 28 #include <sys/epoll.h>
73 LOG_ERROR(LOG_TAG, "%s unable to create epoll instance: %s", __func__, strerror(errno));
95 LOG_ERROR(LOG_TAG, "%s unable to register eventfd with epoll set: %s", __func__, strerror(errno));
158 LOG_ERROR(LOG_TAG, "%s unable to register fd %d to epoll set: %s", __func__, fd, strerror(errno));
199 LOG_ERROR(LOG_TAG, "%s unable to unregister fd %d from epoll set: %s", __func__, obj->fd, strerror(errno));
213 // referenced because it has been taken out of the epoll set. If before,
  /external/libmicrohttpd/src/microhttpd/
internal.h 37 #include <sys/epoll.h>
101 * State of the socket with respect to epoll (bitmask).
107 * The socket is not involved with a defined state in epoll right
113 * epoll told us that data was ready for reading, and we did
119 * epoll told us that space was available for writing, and we did
130 * Is this connection currently in the 'epoll' set?
515 * Next pointer for the EDLL listing connections that are epoll-ready.
520 * Previous pointer for the EDLL listing connections that are epoll-ready.
759 * What is the state of this socket in relation to epoll?
951 * Head of EDLL of connections ready for processing (in epoll mode)
    [all...]

Completed in 1449 milliseconds

1 2