]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: add TSAN locks around mmap call
authorIan Lance Taylor <iant@golang.org>
Fri, 3 Jun 2016 17:49:24 +0000 (10:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 3 Jun 2016 18:26:01 +0000 (18:26 +0000)
commitcf862478c89fd94c4fe8d9ce1cb481d71e5136bf
tree3f6c27227417bbc145ea62064a1fe28246327c94
parentb4c7f6280ed00316e410261adbc804f6ddd209cc
runtime/cgo: add TSAN locks around mmap call

Change-Id: I806cc5523b7b5e3278d01074bc89900d78700e0c
Reviewed-on: https://go-review.googlesource.com/23736
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
misc/cgo/testsanitizers/test.bash
misc/cgo/testsanitizers/tsan6.go [new file with mode: 0644]
src/runtime/cgo/gcc_mmap.c