Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
doc.go | 06-Dec-2016 | 360 | |
output_test.go | 06-Dec-2016 | 3.4K | |
race.go | 06-Dec-2016 | 579 | |
race_darwin_amd64.syso | 06-Dec-2016 | 306.6K | |
race_freebsd_amd64.syso | 06-Dec-2016 | 309.4K | |
race_linux_amd64.syso | 06-Dec-2016 | 322.5K | |
race_test.go | 06-Dec-2016 | 4.4K | |
race_unix_test.go | 06-Dec-2016 | 754 | |
race_windows_amd64.syso | 06-Dec-2016 | 323.7K | |
README | 06-Dec-2016 | 423 | |
sched_test.go | 06-Dec-2016 | 972 | |
testdata/ | 06-Dec-2016 |
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. 4 5 To update the .syso files you need to: 6 $ svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk 7 $ cd compiler-rt/lib/tsan/go 8 $ ./buildgo.sh 9 10 Tested with gcc 4.6.1 and 4.7.0. On Windows it's built with 64-bit MinGW. 11 12 Current runtime is built on rev 229396. 13