aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec
diff options
context:
space:
mode:
authormiller <millerresearch@gmail.com>2023-03-01 09:33:27 +0000
committerBryan Mills <bcmills@google.com>2023-03-02 13:22:30 +0000
commitad461f3261d755ab24222bc8bc30624e03646c3b (patch)
tree042f6ca0367a36ea02c71f122bc2521dde69ee03 /src/os/exec
parent02411bcd7c8eda9c694a5755aff0a516d4983952 (diff)
downloadgo-ad461f3261d755ab24222bc8bc30624e03646c3b.tar.xz
internal/poll: remove redundant atomics from poll.FD on plan9
After CL 235820 all references to FD.rtimedout and FD.wtimedout are guarded by mutexes. Therefore they can safely be changed from type atomic.Bool to bool. Change-Id: I7ab921d1ad5c7ccc147feb2b0fba58a66b031261 Reviewed-on: https://go-review.googlesource.com/c/go/+/472435 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/os/exec')
0 files changed, 0 insertions, 0 deletions