Home
last modified time | relevance | path

Searched defs:CloseOnExec (Results 1 – 7 of 7) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dexec_windows.go185 func CloseOnExec(fd Handle) { func
/prebuilts/go/linux-x86/src/syscall/
Dexec_unix.go103 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func
Dexec_windows.go145 func CloseOnExec(fd Handle) { func
Dfs_js.go126 func CloseOnExec(fd int) { func
Dfs_wasip1.go595 func CloseOnExec(fd int) { func
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_unix.go553 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func
Dsyscall_zos_s390x.go2704 func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } func