internal/poll.FD.Init (method)
5 uses
internal/poll (current package)
fd_unix.go#L55: 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#L237: if pollErr := f.pfd.Init("file", pollable); pollErr != nil && clearNonBlock {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)