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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
eventpoll.h 33 #define EPOLLET (1 << 31)
  /external/ltp/testcases/kernel/syscalls/epoll2/include/
epoll.h 50 EPOLLET = (1 << 31)
51 #define EPOLLET EPOLLET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
epoll.h 70 EPOLLET = 1u << 31
71 #define EPOLLET EPOLLET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
epoll.h 70 EPOLLET = 1u << 31
71 #define EPOLLET EPOLLET
  /bionic/libc/kernel/uapi/linux/
eventpoll.h 42 #define EPOLLET (1U << 31)
  /external/strace/xlat/
epollevents.h 53 #if defined(EPOLLET) || (defined(HAVE_DECL_EPOLLET) && HAVE_DECL_EPOLLET)
54 XLAT(EPOLLET),
  /external/kernel-headers/original/uapi/linux/
eventpoll.h 50 * Assuming neither EPOLLET nor EPOLLONESHOT is set, system suspends will not be
62 #define EPOLLET (1U << 31)
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux.go 112 EPOLLET = C.EPOLLET
defs2_linux.go 127 EPOLLET = C.EPOLLET
  /prebuilts/go/linux-x86/src/runtime/
defs_linux.go 112 EPOLLET = C.EPOLLET
defs2_linux.go 127 EPOLLET = C.EPOLLET
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_epoll.py 151 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
153 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
  /external/python/cpython2/Lib/test/
test_epoll.py 152 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
154 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_epoll.py 152 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
154 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_epoll.py 152 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
154 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 152 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
154 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 152 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
154 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
  /external/python/cpython3/Lib/test/
test_epoll.py 161 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
163 select.EPOLLIN | select.EPOLLOUT | select.EPOLLET)
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 68 .events = EPOLLIN | EPOLLET,
301 epoll_event event = {.events = event_source.event_mask | EPOLLET,
  /external/ltp/testcases/kernel/syscalls/epoll/
epoll-ltp.c 423 (EPOLLET * ((index & 0x20) >> 5)));
  /external/libevent/
epoll.c 285 events |= EPOLLET;
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 306 epoll_event event = {.events = EPOLLIN | EPOLLET, .data = {.u32 = index}};
  /frameworks/native/libs/vr/libvrflinger/
display_surface.cpp 169 consumer_queue->queue_fd(), EPOLLIN | EPOLLHUP | EPOLLET,
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub-test.cpp 130 event = {.events = event_source.event_mask | EPOLLET,
140 event = {.events = event_source.event_mask | EPOLLET,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c     [all...]

Completed in 402 milliseconds

1 2 3