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)