var internal/poll.CloseFunc
15 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#L242: CloseFunc(p.rfd)
splice_linux.go#L243: CloseFunc(p.wfd)
net
fd_unix.go#L159: poll.CloseFunc(d)
file_posix.go#L23: poll.CloseFunc(s)
file_posix.go#L28: poll.CloseFunc(s)
file_posix.go#L40: poll.CloseFunc(s)
file_posix.go#L45: poll.CloseFunc(s)
file_unix.go#L26: 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.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. |