internal/poll.FD.SetWriteDeadline (method)

6 uses

	internal/poll (current package)
		fd_poll_runtime.go#L142: func (fd *FD) SetWriteDeadline(t time.Time) error {

	net
		fd_posix.go#L146: 	return fd.pfd.SetWriteDeadline(t)
		fd_unix.go#L89: 		fd.pfd.SetWriteDeadline(deadline)
		fd_unix.go#L90: 		defer fd.pfd.SetWriteDeadline(noDeadline)
		fd_unix.go#L123: 				fd.pfd.SetWriteDeadline(aLongTimeAgo)

	os
		file_posix.go#L230: 	return f.pfd.SetWriteDeadline(t)