Searched refs:EPOLL_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
54 #if __ANDROID_API__ < 21 && defined(EPOLL_CLOEXEC)55 #undef EPOLL_CLOEXEC
24 #define EPOLL_CLOEXEC O_CLOEXEC macro
93 fd = epoll_create1(EPOLL_CLOEXEC); in TEST()