]> Cypherpunks repositories - gostls13.git/commit
sync: add Cond
authorGustavo Niemeyer <gustavo@niemeyer.net>
Wed, 16 Feb 2011 19:11:07 +0000 (14:11 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 16 Feb 2011 19:11:07 +0000 (14:11 -0500)
commit05b1dbd0a6994f6ba9ab3505fce1abff93606d9e
treefa976de54451f709e24103e81d8fd31cd57f979b
parent52ffb6af00b09c8c8447c7d85f5233b430e935a4
sync: add Cond

R=rsc, rog, r
CC=golang-dev
https://golang.org/cl/3775048
src/pkg/sync/Makefile
src/pkg/sync/cond.go [new file with mode: 0644]
src/pkg/sync/cond_test.go [new file with mode: 0644]
src/pkg/sync/mutex.go
src/pkg/sync/rwmutex.go
src/pkg/sync/rwmutex_test.go