Searched refs:EPOLL_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
38 fd = epoll_create1(EPOLL_CLOEXEC); in main()45 fd = epoll_create1(EPOLL_CLOEXEC * 3); in main()47 fd = epoll_create1(EPOLL_CLOEXEC * 2); in main()
108 if (flags & EPOLL_CLOEXEC) { in epoll_create1()110 flags ^= EPOLL_CLOEXEC; in epoll_create1()
73 #define EPOLL_CLOEXEC 02000000 macro