Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Depoll_test.c38 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()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c108 if (flags & EPOLL_CLOEXEC) { in epoll_create1()
110 flags ^= EPOLL_CLOEXEC; in epoll_create1()
/illumos-gate/usr/src/uts/common/sys/
H A Depoll.h73 #define EPOLL_CLOEXEC 02000000 macro