]> Cypherpunks repositories - gostls13.git/commit
race: sync changes
authorDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:07:03 +0000 (22:07 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sun, 7 Oct 2012 18:07:03 +0000 (22:07 +0400)
commit53390c8fc7b27bf1a14c709feae802c410ea2ae2
treefaacff56f93eab18dae07235f434676271a936dc
parent2f6cbc74f18542b0f79374a2210e420b9500218f
race: sync changes
This is a part of a bigger change that adds data race detection feature:
https://golang.org/cl/6456044

R=rsc, minux.ma
CC=gobot, golang-dev
https://golang.org/cl/6529053
src/pkg/go/build/deps_test.go
src/pkg/sync/cond.go
src/pkg/sync/mutex.go
src/pkg/sync/race.go [new file with mode: 0644]
src/pkg/sync/race0.go [new file with mode: 0644]
src/pkg/sync/rwmutex.go
src/pkg/sync/waitgroup.go