HomeSort by relevance Sort by last modified time
    Searched refs:maxevents (Results 1 - 19 of 19) sorted by null

  /external/libevent/
epoll_sub.c 58 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
61 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0));
63 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
  /system/core/lmkd/
lmkd.c 78 static int maxevents; variable
326 maxevents--;
419 maxevents++;
714 maxevents++;
762 maxevents++;
784 struct epoll_event events[maxevents];
789 nevents = epoll_wait(epollfd, events, maxevents, -1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_epoll.py 170 events = ep.poll(timeout=2.1, maxevents=4)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_epoll.py 170 events = ep.poll(timeout=2.1, maxevents=4)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_epoll.py 170 events = ep.poll(timeout=2.1, maxevents=4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_epoll.py 170 events = ep.poll(timeout=2.1, maxevents=4)
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 927 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents,
930 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout);
942 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents,
945 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 2280 milliseconds