internal/poll.FD.Init (method)

5 uses

	internal/poll (current package)
		fd_unix.go#L54: func (fd *FD) Init(net string, pollable bool) error {

	net
		fd_unix.go#L41: 	return fd.pfd.Init(fd.net, true)
		fd_unix.go#L67: 		if err := fd.pfd.Init(fd.net, true); err != nil {
		fd_unix.go#L85: 	if err := fd.pfd.Init(fd.net, true); err != nil {

	os
		file_unix.go#L233: 	if pollErr := f.pfd.Init("file", pollable); pollErr != nil && clearNonBlock {