Home
last modified time | relevance | path

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

/external/ltp/android/include/
Dconfig.h363 #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/android_x86/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/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c104 #ifdef HAVE_SYS_EPOLL_H
/external/ltp/include/
Dconfig.h.default192 #define HAVE_SYS_EPOLL_H 1
/external/libevent/
Dconfig.h.in290 #undef HAVE_SYS_EPOLL_H
/external/python/cpython2/Modules/
Dselectmodule.c735 #ifdef HAVE_SYS_EPOLL_H
/external/python/cpython3/Modules/
Dselectmodule.c1222 #ifdef HAVE_SYS_EPOLL_H
/external/python/cpython2/
Dpyconfig.h.in778 #undef HAVE_SYS_EPOLL_H
/external/python/cpython3/
Dpyconfig.h.in1046 #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.