var internal/poll.CloseFunc
15 uses
internal/poll (current package)
fd_unix.go#L84: err := CloseFunc(fd.Sysfd)
hook_unix.go#L12: var CloseFunc func(int) error = syscall.Close
sock_cloexec.go#L46: CloseFunc(ns)
splice_linux.go#L248: CloseFunc(p.rfd)
splice_linux.go#L249: CloseFunc(p.wfd)
net
fd_unix.go#L181: poll.CloseFunc(d)
file_unix.go#L24: poll.CloseFunc(s)
file_unix.go#L38: poll.CloseFunc(s)
file_unix.go#L51: poll.CloseFunc(s)
file_unix.go#L56: poll.CloseFunc(s)
ipsock_posix.go#L32: poll.CloseFunc(s)
ipsock_posix.go#L56: defer poll.CloseFunc(s)
sock_cloexec.go#L46: poll.CloseFunc(s)
sock_posix.go#L24: poll.CloseFunc(s)
sock_posix.go#L28: poll.CloseFunc(s)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)