golang/src/sync/atomic
Mauri de Souza Meneguzzo 192d65e46b sync/atomic: public And/Or ops and race instrumentation
This CL implements the new sync/atomic AND and OR apis as well as their race
counterparts.

Fixes #61395

Change-Id: I294eefe4b3ac27bc4ed237edcbfa88a8c646d86f
GitHub-Last-Rev: f174297007c7b81b1ff4a687ef23d955a3ffd4db
GitHub-Pull-Request: golang/go#64331
Reviewed-on: https://go-review.googlesource.com/c/go/+/544455
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
2024-05-17 18:37:29 +00:00
..
asm.s sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
atomic_test.go sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
doc.go sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
example_test.go sync/atomic: use package prefix in examples 2018-04-18 23:58:54 +00:00
race.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
type.go sync/atomic: public And/Or ops and race instrumentation 2024-05-17 18:37:29 +00:00
value.go sync: add available godoc link 2024-02-26 20:48:55 +00:00
value_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00