1
0
mirror of https://github.com/golang/go synced 2024-11-19 13:54:56 -07:00
go/src/runtime/race
..
testdata
doc.go
output_test.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
race.go
README
sched_test.go

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.