var internal/poll.CloseFunc
16 uses
internal/poll (current package)
fd_unixjs.go#L24: return CloseFunc(fd)
hook_unix.go#L12: var CloseFunc func(int) error = syscall.Close
sock_cloexec.go#L45: 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)
mptcpsock_linux.go#L42: poll.CloseFunc(s)
sock_cloexec.go#L44: poll.CloseFunc(s)
sock_posix.go#L24: poll.CloseFunc(s)
sock_posix.go#L28: poll.CloseFunc(s)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |