func internal/poll.DupCloseOnExec
4 uses
internal/poll (current package)
fd_unix.go#L653: func DupCloseOnExec(fd int) (int, string, error) {
fd_unix.go#L678: return DupCloseOnExec(fd.Sysfd)
net
file_unix.go#L18: s, call, err := poll.DupCloseOnExec(int(f.Fd()))
runtime/debug
stack.go#L77: fd2, _, err := poll.DupCloseOnExec(int(f.Fd()))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |