1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/sync
Russ Cox 20498ed772 sync/atomic: remove test dependency on net/http
Depending on net/http means depending on cgo.
When the tree is in a shaky state it's nice to see sync/atomic
pass even if cgo or net causes broken binaries.

R=golang-dev, dave, r
CC=golang-dev
https://golang.org/cl/10753044
2013-07-01 17:27:19 -04:00
..
atomic sync, sync/atomic: do not corrupt race detector after a nil dereference. 2013-04-08 23:46:54 +02:00
cond_test.go
cond.go sync, sync/atomic: do not corrupt race detector after a nil dereference. 2013-04-08 23:46:54 +02:00
example_test.go sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
export_test.go runtime: API 2012-02-19 00:11:44 -05:00
mutex_test.go runtime: API 2012-02-19 00:11:44 -05:00
mutex.go sync, sync/atomic: do not corrupt race detector after a nil dereference. 2013-04-08 23:46:54 +02:00
once_test.go sync: add Once test with panic 2012-09-20 23:29:29 +04:00
once.go sync: use atomic.Store in Once.Do 2012-05-14 19:27:29 +04:00
race0.go sync: improve race instrumentation of WaitGroup 2013-06-10 22:38:58 +04:00
race.go sync: improve race instrumentation of WaitGroup 2013-06-10 22:38:58 +04:00
runtime_sema_test.go runtime: API 2012-02-19 00:11:44 -05:00
runtime.go runtime: API 2012-02-19 00:11:44 -05:00
rwmutex_test.go
rwmutex.go sync, sync/atomic: do not corrupt race detector after a nil dereference. 2013-04-08 23:46:54 +02:00
waitgroup_test.go sync: mention that WaitGroup.Add panics 2012-07-19 11:55:03 -07:00
waitgroup.go sync: fix race instrumentation of WaitGroup 2013-06-25 20:27:19 +04:00