| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| doc.go | 21-Aug-2018 | 360 | |
| output_test.go | 21-Aug-2018 | 5.8K | |
| race.go | 21-Aug-2018 | 580 | |
| race_darwin_amd64.syso | 21-Aug-2018 | 320.5K | |
| race_freebsd_amd64.syso | 21-Aug-2018 | 396.1K | |
| race_linux_amd64.syso | 21-Aug-2018 | 369.2K | |
| race_linux_test.go | 21-Aug-2018 | 992 | |
| race_test.go | 21-Aug-2018 | 5.9K | |
| race_unix_test.go | 21-Aug-2018 | 754 | |
| race_windows_amd64.syso | 21-Aug-2018 | 360.8K | |
| race_windows_test.go | 21-Aug-2018 | 1.3K | |
| README | 21-Aug-2018 | 340 | |
| sched_test.go | 21-Aug-2018 | 971 | |
| testdata/ | 21-Aug-2018 | ||
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