go/src/internal/poll
Andy Pan 832c70e33d internal/poll: cast off the last reference of SplicePipe in test
Updates #45059

Change-Id: I9f377abcc7b77136ae6cf4896b968f73c758b559
Reviewed-on: https://go-review.googlesource.com/c/go/+/317510
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
2021-05-07 02:45:26 +00:00
..
copy_file_range_linux.go docs: fix spelling 2021-02-24 04:11:43 +00:00
errno_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
errno_windows.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
error_linux_test.go runtime, internal/poll, net: report event scanning error on read event 2019-03-13 08:53:02 +00:00
error_stub_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
error_test.go all: update references to symbols moved from os to io/fs 2020-10-20 02:32:42 +00:00
export_linux_test.go internal/poll: implement a pipe pool for splice() call 2021-03-10 03:52:48 +00:00
export_posix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
export_test.go
export_windows_test.go
fcntl_js.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fcntl_libc.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fcntl_syscall.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fd.go net: make ErrClosed and ParseError implement net.Error 2021-04-05 19:15:53 +00:00
fd_fsync_darwin.go internal/poll: use ignoringEINTR in Darwin Fsync 2020-10-01 02:42:58 +00:00
fd_fsync_posix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fd_fsync_windows.go syscall: implement syscalls on Darwin using libSystem 2018-11-07 20:27:01 +00:00
fd_io_plan9.go all: add internal/itoa package 2021-03-14 17:56:50 +00:00
fd_mutex.go
fd_mutex_test.go all: fix incorrect channel and API usage in some unit tests 2020-02-27 19:04:17 +00:00
fd_opendir_darwin.go os, internal/poll: loop on EINTR for all file syscalls 2020-08-19 21:49:56 +00:00
fd_plan9.go internal/poll: add mutex to prevent SetDeadline race in Plan 9 2020-06-02 12:10:28 +00:00
fd_poll_js.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fd_poll_runtime.go internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpen 2021-03-02 06:08:56 +00:00
fd_posix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fd_posix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fd_unix.go net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix 2021-04-19 21:27:43 +00:00
fd_windows.go net: pass MSG_CMSG_CLOEXEC flag in ReadMsgUnix 2021-04-19 21:27:43 +00:00
fd_windows_test.go
fd_writev_darwin.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fd_writev_illumos.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
fd_writev_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
hook_cloexec.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
hook_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
hook_windows.go
iovec_illumos.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
iovec_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
read_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
sendfile_bsd.go internal/poll: eliminate the redundant type conversions of FD.Sysfd 2021-03-16 01:40:41 +00:00
sendfile_linux.go internal/poll: eliminate the redundant type conversions of FD.Sysfd 2021-03-16 01:40:41 +00:00
sendfile_solaris.go internal/poll: eliminate the redundant type conversions of FD.Sysfd 2021-03-16 01:40:41 +00:00
sendfile_windows.go internal/poll: assume we have CancelIoEX on Windows 2020-03-24 20:19:40 +00:00
sock_cloexec.go internal/poll, net: fix comments regarding accept and sysSocket 2021-04-20 21:00:32 +00:00
sockopt.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sockopt_linux.go
sockopt_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sockopt_windows.go
sockoptip.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
splice_linux.go internal/poll: ensure that newPoolPipe doesn't return a nil pointer 2021-04-12 17:32:47 +00:00
splice_linux_test.go internal/poll: cast off the last reference of SplicePipe in test 2021-05-07 02:45:26 +00:00
strconv.go all: add internal/itoa package 2021-03-14 17:56:50 +00:00
sys_cloexec.go internal/poll, net: fix comments regarding accept and sysSocket 2021-04-20 21:00:32 +00:00
writev.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
writev_test.go