Home
last modified time | relevance | path

Searched refs:EPOLL_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Depoll.h54 #if __ANDROID_API__ < 21 && defined(EPOLL_CLOEXEC)
55 #undef EPOLL_CLOEXEC
/bionic/libc/kernel/uapi/linux/
Deventpoll.h24 #define EPOLL_CLOEXEC O_CLOEXEC macro
/bionic/tests/
Dsys_epoll_test.cpp93 fd = epoll_create1(EPOLL_CLOEXEC); in TEST()