Home | History | Annotate | only in /prebuilts/go/linux-x86/src/runtime/race
Up to higher level directory
NameDateSize
doc.go05-Oct-2017360
output_test.go05-Oct-20175.1K
race.go05-Oct-2017580
race_darwin_amd64.syso05-Oct-2017320.5K
race_freebsd_amd64.syso05-Oct-2017396.1K
race_linux_amd64.syso05-Oct-2017369.2K
race_linux_test.go05-Oct-2017992
race_test.go05-Oct-20175.9K
race_unix_test.go05-Oct-2017754
race_windows_amd64.syso05-Oct-2017360.8K
race_windows_test.go05-Oct-20171.3K
README05-Oct-2017340
sched_test.go05-Oct-2017971
testdata/05-Oct-2017

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