HomeSort by relevance Sort by last modified time
    Searched refs:Race (Results 1 - 14 of 14) sorted by null

  /external/valgrind/helgrind/
hg_errors.c 125 threads. By the time we detect a race, the some of the elements of
274 race: program counter
292 XE_Race=1101, // race
324 } Race;
379 XS_Race=1201, /* race */
406 tl_assert(xe->XE.Race.thr);
407 xe->XE.Race.locksHeldW
410 xe->XE.Race.thr->locksetW,
424 HG_(describe_addr) (xe->XE.Race.data_addr, &xe->XE.Race.data_addrinfo)
    [all...]
  /external/valgrind/helgrind/tests/
tc06_two_races_xml.stderr.exp 79 <kind>Race</kind>
81 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
124 <kind>Race</kind>
126 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
169 <kind>Race</kind>
171 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
214 <kind>Race</kind>
216 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
  /prebuilts/go/darwin-x86/src/
race.bat 5 :: race.bash tests the standard library under the race detector.
13 echo race.bat must be run from go\src
27 echo Race detector is only supported on windows/amd64.
33 echo # go install -race std
34 go install -race std
37 go tool dist test -race
  /prebuilts/go/linux-x86/src/
race.bat 5 :: race.bash tests the standard library under the race detector.
13 echo race.bat must be run from go\src
27 echo Race detector is only supported on windows/amd64.
33 echo # go install -race std
34 go install -race std
37 go tool dist test -race
  /prebuilts/go/darwin-x86/src/os/
path.go 90 // Race. It was deleted between the Lstat and Open.
  /prebuilts/go/linux-x86/src/os/
path.go 90 // Race. It was deleted between the Lstat and Open.
  /prebuilts/go/darwin-x86/src/runtime/race/
race_test.go 5 // +build race
7 // This program is used to verify the race detector
11 // then the race is detected.
97 // contains a race report, checks this information against
101 if !strings.HasPrefix(testName, "Race") && !strings.HasPrefix(testName, "NoRace") {
106 if strings.Contains(s, "DATA RACE") {
144 // which includes possible data race reports from ThreadSanitizer.
150 args := []string{"test", "-race", "-v"}
167 // If the order is different, race does not happen at all.
168 // 2. Ironically, ThreadSanitizer runtime contains a logical race conditio
    [all...]
  /prebuilts/go/linux-x86/src/runtime/race/
race_test.go 5 // +build race
7 // This program is used to verify the race detector
11 // then the race is detected.
97 // contains a race report, checks this information against
101 if !strings.HasPrefix(testName, "Race") && !strings.HasPrefix(testName, "NoRace") {
106 if strings.Contains(s, "DATA RACE") {
144 // which includes possible data race reports from ThreadSanitizer.
150 args := []string{"test", "-race", "-v"}
167 // If the order is different, race does not happen at all.
168 // 2. Ironically, ThreadSanitizer runtime contains a logical race conditio
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
race.go 5 // +build race
7 // Public race detection API, present iff build with -race.
139 // Race runtime functions called via runtime·racecall.
241 // racecall allows calling an arbitrary function f from C race runtime
254 // cgo is required to initialize libc, which is used by race runtime
256 throw("raceinit: race build must use cgo")
460 // RaceDisable disables handling of race events in the current goroutine.
471 // RaceEnable re-enables handling of race events in the current goroutine.
  /prebuilts/go/linux-x86/src/runtime/
race.go 5 // +build race
7 // Public race detection API, present iff build with -race.
139 // Race runtime functions called via runtime·racecall.
241 // racecall allows calling an arbitrary function f from C race runtime
254 // cgo is required to initialize libc, which is used by race runtime
256 throw("raceinit: race build must use cgo")
460 // RaceDisable disables handling of race events in the current goroutine.
471 // RaceEnable re-enables handling of race events in the current goroutine.
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 42 "internal/race": {"runtime", "unsafe"},
43 "sync": {"internal/race", "runtime", "sync/atomic", "unsafe"},
136 "syscall": {"L0", "internal/race", "internal/syscall/windows/sysdll", "unicode/utf16"},
182 "testing": {"L2", "flag", "fmt", "internal/race", "os", "runtime/debug", "runtime/pprof", "runtime/trace", "time"},
290 // Race detector/MSan uses cgo.
291 "runtime/race": {"C"},
304 "internal/syscall/windows", "internal/singleflight", "internal/race",
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 42 "internal/race": {"runtime", "unsafe"},
43 "sync": {"internal/race", "runtime", "sync/atomic", "unsafe"},
136 "syscall": {"L0", "internal/race", "internal/syscall/windows/sysdll", "unicode/utf16"},
182 "testing": {"L2", "flag", "fmt", "internal/race", "os", "runtime/debug", "runtime/pprof", "runtime/trace", "time"},
290 // Race detector/MSan uses cgo.
291 "runtime/race": {"C"},
304 "internal/syscall/windows", "internal/singleflight", "internal/race",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 1054 // Race detector needs the copy so it can
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 1054 // Race detector needs the copy so it can
    [all...]

Completed in 5990 milliseconds