Home
last modified time | relevance | path

Searched refs:HAVE_SYS_EPOLL_H (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/memcheck/tests/linux/
Dsyscalls-2007.c17 #if defined(HAVE_SYS_EPOLL_H)
/external/valgrind/
Dconfig.h276 #define HAVE_SYS_EPOLL_H 1 macro
Dconfig.h.in263 #undef HAVE_SYS_EPOLL_H
/external/ltp/android/include/
Dconfig.h331 #define HAVE_SYS_EPOLL_H 1 macro
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c104 #ifdef HAVE_SYS_EPOLL_H
/external/ltp/include/
Dconfig.h.default198 #define HAVE_SYS_EPOLL_H 1
/external/libevent/
Dconfig.h.in257 #undef HAVE_SYS_EPOLL_H
/external/python/cpython2/Modules/
Dselectmodule.c724 #ifdef HAVE_SYS_EPOLL_H
/external/python/cpython2/
Dpyconfig.h.in754 #undef HAVE_SYS_EPOLL_H
/external/strace/
DChangeLog-CVS2080 * desc.c (sys_epoll_wait) [HAVE_SYS_EPOLL_H]: Do not allocate
2122 (print_epoll_event) [HAVE_SYS_EPOLL_H]: Likewise.
2437 * desc.c: Protect #include <sys/epoll.h> with [HAVE_SYS_EPOLL_H].
DChangeLog15207 Compile [HAVE_SYS_EPOLL_H] code unconditionally.
15208 * tests/epoll_ctl.c: Do not check for HAVE_SYS_EPOLL_H.