syscall.Errno.Timeout (method, view implemented interface methods)

2 uses

	syscall (current package)
		syscall_unix.go#L133: 	return e == EINTR || e == EMFILE || e == ENFILE || e.Timeout()
		syscall_unix.go#L136: func (e Errno) Timeout() bool {