Home | History | Annotate | only in /prebuilts/go/linux-x86/src/runtime/race
Up to higher level directory
NameDateSize
doc.go06-Dec-2016360
output_test.go06-Dec-20163.4K
race.go06-Dec-2016579
race_darwin_amd64.syso06-Dec-2016306.6K
race_freebsd_amd64.syso06-Dec-2016309.4K
race_linux_amd64.syso06-Dec-2016322.5K
race_test.go06-Dec-20164.4K
race_unix_test.go06-Dec-2016754
race_windows_amd64.syso06-Dec-2016323.7K
README06-Dec-2016423
sched_test.go06-Dec-2016972
testdata/06-Dec-2016

README

      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