internal/poll.FD.Dup (method)

2 uses

	internal/poll (current package)
		fd_unix.go#L671: func (fd *FD) Dup() (int, string, error) {

	net
		fd_unix.go#L197: 	ns, call, err := fd.pfd.Dup()