Searched refs:EPOLL_CLOEXEC (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/include/sys/
H A Depoll.h44 * Some third-party code uses the existence of EPOLL_CLOEXEC to detect the
47 * don't want to harm adoption to the unified headers. We'll undef EPOLL_CLOEXEC
54 #if __ANDROID_API__ < __ANDROID_API_L__ && defined(EPOLL_CLOEXEC)
55 #undef EPOLL_CLOEXEC macro
/bionic/tools/versioner/current/sys/
H A Depoll.h44 * Some third-party code uses the existence of EPOLL_CLOEXEC to detect the
47 * don't want to harm adoption to the unified headers. We'll undef EPOLL_CLOEXEC
54 #if __ANDROID_API__ < __ANDROID_API_L__ && defined(EPOLL_CLOEXEC)
55 #undef EPOLL_CLOEXEC macro
/bionic/libc/kernel/uapi/linux/
H A Deventpoll.h24 #define EPOLL_CLOEXEC O_CLOEXEC macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Deventpoll.h24 #define EPOLL_CLOEXEC O_CLOEXEC macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Deventpoll.h24 #define EPOLL_CLOEXEC O_CLOEXEC macro
/bionic/tests/
H A Dsys_epoll_test.cpp93 fd = epoll_create1(EPOLL_CLOEXEC);

Completed in 1413 milliseconds