var internal/poll.CloseFunc
13 uses
internal/poll (current package)
fd_unix.go#L83: err := CloseFunc(fd.Sysfd)
hook_unix.go#L12: var CloseFunc func(int) error = syscall.Close
sys_cloexec.go#L32: CloseFunc(ns)
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#L31: poll.CloseFunc(s)
ipsock_posix.go#L55: defer poll.CloseFunc(s)
sock_posix.go#L24: poll.CloseFunc(s)
sock_posix.go#L28: poll.CloseFunc(s)
sys_cloexec.go#L32: poll.CloseFunc(s)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |