go/src/sync/atomic
Keith Randall 2278a51fa0 sync/atomic: use consistent first-store-in-progress marker
We need to use the same marker everywhere. My CL to rename the
marker (CL 241661) and the CL to add more uses of the marker
under the old name (CL 241678) weren't coordinated with each other.

Fixes #52612

Change-Id: I97023c0769e518491924ef457fe03bf64a2cefa6
Reviewed-on: https://go-review.googlesource.com/c/go/+/403094
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
2022-04-29 20:42:52 +00:00
..
asm.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
atomic_test.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
doc.go sync: use 386 instead of x86-32 to refer to the 32 bit x86 architecture 2020-11-23 05:57:35 +00:00
example_test.go
race.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
value.go sync/atomic: use consistent first-store-in-progress marker 2022-04-29 20:42:52 +00:00
value_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00