1
0
mirror of https://github.com/golang/go synced 2024-11-19 23:04:40 -07:00
go/src/sync
Dmitriy Vyukov 8c2484ec11 sync/atomic: remove unnecessary race instrumentation in Value
It is left from the time when Value was implemented in assembly.
Now it is implemented in Go and race detector understands Go.
In particular the atomic operations must provide
all necessary synchronization.

LGTM=adg
R=golang-codereviews, adg
CC=golang-codereviews, khr, rsc
https://golang.org/cl/145880043
2014-09-17 21:22:11 -07:00
..
atomic sync/atomic: remove unnecessary race instrumentation in Value 2014-09-17 21:22:11 -07:00
cond_test.go
cond.go
example_test.go
export_test.go
mutex_test.go
mutex.go
once_test.go sync: simplify TestOncePanic 2014-09-16 14:22:33 -07:00
once.go
pool_test.go
pool.go
race0.go
race.go
runtime_sema_test.go
runtime.go
rwmutex_test.go
rwmutex.go
waitgroup_test.go
waitgroup.go