mirror of
https://github.com/golang/go
synced 2024-11-15 08:20:30 -07:00
192d65e46b
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: f174297007
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>
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
pkg sync/atomic, func AndInt32(*int32, int32) int32 #61395
|
|
pkg sync/atomic, func AndInt64(*int64, int64) int64 #61395
|
|
pkg sync/atomic, func AndUint32(*uint32, uint32) uint32 #61395
|
|
pkg sync/atomic, func AndUint64(*uint64, uint64) uint64 #61395
|
|
pkg sync/atomic, func AndUintptr(*uintptr, uintptr) uintptr #61395
|
|
pkg sync/atomic, func OrInt32(*int32, int32) int32 #61395
|
|
pkg sync/atomic, func OrInt64(*int64, int64) int64 #61395
|
|
pkg sync/atomic, func OrUint32(*uint32, uint32) uint32 #61395
|
|
pkg sync/atomic, func OrUint64(*uint64, uint64) uint64 #61395
|
|
pkg sync/atomic, func OrUintptr(*uintptr, uintptr) uintptr #61395
|
|
pkg sync/atomic, method (*Int32) And(int32) int32 #61395
|
|
pkg sync/atomic, method (*Int64) And(int64) int64 #61395
|
|
pkg sync/atomic, method (*Uint32) And(uint32) uint32 #61395
|
|
pkg sync/atomic, method (*Uint64) And(uint64) uint64 #61395
|
|
pkg sync/atomic, method (*Uintptr) And(uintptr) uintptr #61395
|
|
pkg sync/atomic, method (*Int32) Or(int32) int32 #61395
|
|
pkg sync/atomic, method (*Int64) Or(int64) int64 #61395
|
|
pkg sync/atomic, method (*Uint32) Or(uint32) uint32 #61395
|
|
pkg sync/atomic, method (*Uint64) Or(uint64) uint64 #61395
|
|
pkg sync/atomic, method (*Uintptr) Or(uintptr) uintptr #61395
|