Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
doc.go | 05-Oct-2017 | 360 | |
output_test.go | 05-Oct-2017 | 5.1K | |
race.go | 05-Oct-2017 | 580 | |
race_darwin_amd64.syso | 05-Oct-2017 | 320.5K | |
race_freebsd_amd64.syso | 05-Oct-2017 | 396.1K | |
race_linux_amd64.syso | 05-Oct-2017 | 369.2K | |
race_linux_test.go | 05-Oct-2017 | 992 | |
race_test.go | 05-Oct-2017 | 5.9K | |
race_unix_test.go | 05-Oct-2017 | 754 | |
race_windows_amd64.syso | 05-Oct-2017 | 360.8K | |
race_windows_test.go | 05-Oct-2017 | 1.3K | |
README | 05-Oct-2017 | 340 | |
sched_test.go | 05-Oct-2017 | 971 | |
testdata/ | 05-Oct-2017 |
1 runtime/race package contains the data race detector runtime library. 2 It is based on ThreadSanitizer race detector, that is currently a part of 3 the LLVM project (http://llvm.org/git/compiler-rt.git). 4 5 To update the .syso files use golang.org/x/build/cmd/racebuild. 6 7 Current runtime is built on rev 68e1532492f9b3fce0e9024f3c31411105965b11. 8