commit | cffbfaeb1819bfb6770848c4d57615f0ee1a46ba | [log] [tgz] |
---|---|---|
author | Dmitriy Vyukov <dvyukov@google.com> | Tue Oct 09 20:51:58 2012 +0400 |
committer | Dmitriy Vyukov <dvyukov@google.com> | Tue Oct 09 20:51:58 2012 +0400 |
tree | 32f175bb83de075c0de3d16258a02e5f527007c6 | |
parent | f76f120324f449cff3fdaeb05effbe18162e0cf1 [diff] |
race: syscall changes This is a part of a bigger change that adds data race detection feature: https://golang.org/cl/6456044 The purpose of this patch is to provide coarse-grained synchronization between all Read() and Write() calls. R=rsc, bradfitz, alex.brainman CC=golang-dev https://golang.org/cl/6610064