UV__O_CLOEXEC 56 src/unix/linux-syscalls.h #define UV__EFD_CLOEXEC UV__O_CLOEXEC UV__O_CLOEXEC 59 src/unix/linux-syscalls.h #define UV__IN_CLOEXEC UV__O_CLOEXEC UV__O_CLOEXEC 62 src/unix/linux-syscalls.h #define UV__SOCK_CLOEXEC UV__O_CLOEXEC UV__O_CLOEXEC 66 src/unix/linux-syscalls.h #define UV__EPOLL_CLOEXEC UV__O_CLOEXEC UV__O_CLOEXEC 159 src/unix/process.c if (uv__pipe2(fds, flags | UV__O_CLOEXEC) == 0) UV__O_CLOEXEC 72 src/unix/stream.c fd = open(path, flags | UV__O_CLOEXEC);