func syscall.CloseOnExec
8 uses
syscall (current package)
exec_unix.go#L104: func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) }
internal/poll
fd_unix.go#L511: syscall.CloseOnExec(newfd)
sys_cloexec.go#L26: syscall.CloseOnExec(ns)
net
sys_cloexec.go#L25: syscall.CloseOnExec(s)
os
file_unix.go#L237: syscall.CloseOnExec(r)
pipe_bsd.go#L23: syscall.CloseOnExec(p[0])
pipe_bsd.go#L24: syscall.CloseOnExec(p[1])
removeall_at.go#L188: syscall.CloseOnExec(r)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |