summaryrefslogtreecommitdiff
path: root/src/pkg/sync/xadd_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-11-30sync.RWMutex: rewritten to add support for concurrent readers.Péter Szabó1-0/+9
Also made sync.xadd public to help testing sync.RWMutex. Also added unit tests for sync.RWMutex. R=rsc http://codereview.appspot.com/162044 Committer: Russ Cox <rsc@golang.org>