var internal/poll.CloseFunc
14 uses
internal/poll (current package)
fd_unixjs.go#L24: return CloseFunc(fd)
hook_unix.go#L12: var CloseFunc func(int) error = syscall.Close
splice_linux.go#L243: CloseFunc(p.rfd)
splice_linux.go#L244: 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#L42: poll.CloseFunc(s)
ipsock_posix.go#L66: defer poll.CloseFunc(s)
mptcpsock_linux.go#L49: poll.CloseFunc(s)
sock_posix.go#L24: poll.CloseFunc(s)
sock_posix.go#L28: poll.CloseFunc(s)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)