Searched defs:CloseOnExec (Results 1 – 8 of 8) sorted by relevance
185 func CloseOnExec(fd Handle) { func
103 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func
145 func CloseOnExec(fd Handle) { func
126 func CloseOnExec(fd int) { func
595 func CloseOnExec(fd int) { func
183 static inline bool CloseOnExec(int fd) { in CloseOnExec() function
553 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func
2704 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func