Home | History | Annotate | only in /prebuilts/go/linux-x86/src/runtime/race
Up to higher level directory
NameDateSize
doc.go21-Aug-2018360
output_test.go21-Aug-20185.8K
race.go21-Aug-2018580
race_darwin_amd64.syso21-Aug-2018320.5K
race_freebsd_amd64.syso21-Aug-2018396.1K
race_linux_amd64.syso21-Aug-2018369.2K
race_linux_test.go21-Aug-2018992
race_test.go21-Aug-20185.9K
race_unix_test.go21-Aug-2018754
race_windows_amd64.syso21-Aug-2018360.8K
race_windows_test.go21-Aug-20181.3K
README21-Aug-2018340
sched_test.go21-Aug-2018971
testdata/21-Aug-2018

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 (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