Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Deventpoll.h12 #define EPOLL_CLOEXEC O_CLOEXEC macro
/bionic/tests/
Dsys_epoll_test.cpp165 fd = epoll_create1(EPOLL_CLOEXEC); in TEST()