]> Cypherpunks repositories - gostls13.git/commit
runtime: catch races between channel close and channel send in select
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 10 Jun 2013 18:58:04 +0000 (22:58 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 10 Jun 2013 18:58:04 +0000 (22:58 +0400)
commit62747bde6c72ea6335a28daaf148a970b991987b
treeeacd6e0dfb64a985bf398c80f353d25ffe5b6d34
parent06f55f50097293027a4634ba88140c75702c6a5d
runtime: catch races between channel close and channel send in select

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10137043
src/pkg/runtime/chan.c
src/pkg/runtime/race/testdata/chan_test.go