HomeSort by relevance Sort by last modified time
    Searched refs:Race (Results 1 - 4 of 4) 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 -no-rebuild -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 -no-rebuild -race

Completed in 47 milliseconds