mirror of https://github.com/golang/go.git
Fixes #17811 Change-Id: I7bf9cbc5245417047ad28a14d9b9ad6592607d3d Reviewed-on: https://go-review.googlesource.com/32774 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
|---|---|---|
| .. | ||
| testdata | ||
| README | ||
| doc.go | ||
| output_test.go | ||
| race.go | ||
| race_darwin_amd64.syso | ||
| race_freebsd_amd64.syso | ||
| race_linux_amd64.syso | ||
| race_linux_test.go | ||
| race_test.go | ||
| race_unix_test.go | ||
| race_windows_amd64.syso | ||
| race_windows_test.go | ||
| sched_test.go | ||
README
runtime/race package contains the data race detector runtime library. It is based on ThreadSanitizer race detector, that is currently a part of the LLVM project (http://llvm.org/git/compiler-rt.git). To update the .syso files use golang.org/x/build/cmd/racebuild. Current runtime is built on rev 68e1532492f9b3fce0e9024f3c31411105965b11.