• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

internal/25-Apr-2025-222

testdata/25-Apr-2025-6,3335,540

READMED25-Apr-20251.7 KiB1815

doc.goD25-Apr-2025386 121

mkcgo.shD25-Apr-2025444 2112

output_test.goD25-Apr-20259.3 KiB481419

race.goD25-Apr-2025868 212

race_darwin_amd64.goD25-Apr-20255.6 KiB1091

race_darwin_arm64.goD25-Apr-20255.6 KiB1091

race_darwin_arm64.sysoD25-Apr-2025487.4 KiB

race_linux_arm64.sysoD25-Apr-2025566.4 KiB

race_linux_ppc64le.sysoD25-Apr-2025710.7 KiB

race_linux_s390x.sysoD25-Apr-2025569.2 KiB

race_linux_test.goD25-Apr-20251.9 KiB6646

race_test.goD25-Apr-20256 KiB251197

race_unix_test.goD25-Apr-2025762 3020

race_v1_amd64.goD25-Apr-2025301 102

race_v3_amd64.goD25-Apr-2025245 102

race_windows_test.goD25-Apr-20251.3 KiB4735

sched_test.goD25-Apr-2025977 4936

syso_test.goD25-Apr-2025725 3425

timer_test.goD25-Apr-2025576 3425

README

1runtime/race package contains the data race detector runtime library.
2It is based on ThreadSanitizer race detector, that is currently a part of
3the LLVM project (https://github.com/llvm/llvm-project/tree/main/compiler-rt).
4
5To update the .syso files use golang.org/x/build/cmd/racebuild.
6
7internal/amd64v1/race_darwin.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
8internal/amd64v1/race_freebsd.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
9internal/amd64v1/race_linux.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
10internal/amd64v1/race_netbsd.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
11internal/amd64v1/race_openbsd.syso built with LLVM fcf6ae2f070eba73074b6ec8d8281e54d29dbeeb and Go 8f2db14cd35bbd674cb2988a508306de6655e425.
12internal/amd64v1/race_windows.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
13internal/amd64v3/race_linux.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
14race_darwin_arm64.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
15race_linux_arm64.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
16race_linux_ppc64le.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
17race_linux_s390x.syso built with LLVM 51bfeff0e4b0757ff773da6882f4d538996c9b04 and Go e7d582b55dda36e76ce4d0ce770139ca0915b7c5.
18