func internal/syscall/unix.HasNonblockFlag
4 uses
internal/syscall/unix (current package)
nonblocking_unix.go#L19: func HasNonblockFlag(flag int) bool {
os
file_unix.go#L116: f := newFile(fdi, name, kindNewFile, unix.HasNonblockFlag(flags))
file_unix.go#L297: f := newFile(r, name, kindOpenFile, unix.HasNonblockFlag(flag))
root_unix.go#L92: f := newFile(fd, joinPath(root.Name(), name), kindOpenFile, unix.HasNonblockFlag(flag))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)