Home
last modified time | relevance | path

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

/external/ltp/android/include/
Dconfig.h445 #define HAVE_SYS_EPOLL_H 1 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h753 #define HAVE_SYS_EPOLL_H 1 macro
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h753 #define HAVE_SYS_EPOLL_H 1 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h753 #define HAVE_SYS_EPOLL_H 1 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h753 #define HAVE_SYS_EPOLL_H 1 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h758 #define HAVE_SYS_EPOLL_H 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h1120 #define HAVE_SYS_EPOLL_H 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h1118 #define HAVE_SYS_EPOLL_H 1 macro
/external/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c104 #ifdef HAVE_SYS_EPOLL_H
/external/libevent/
Dconfig.h.in300 #undef HAVE_SYS_EPOLL_H
/external/python/cpython2/Modules/
Dselectmodule.c735 #ifdef HAVE_SYS_EPOLL_H
/external/python/cpython3/Modules/
Dselectmodule.c1248 #ifdef HAVE_SYS_EPOLL_H
/external/python/cpython2/
Dpyconfig.h.in778 #undef HAVE_SYS_EPOLL_H
/external/python/cpython3/
Dpyconfig.h.in1117 #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].
DChangeLog29851 Compile [HAVE_SYS_EPOLL_H] code unconditionally.
29852 * tests/epoll_ctl.c: Do not check for HAVE_SYS_EPOLL_H.