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

  /external/valgrind/tsan/
ts_race_verifier.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
51 // whether this race has already been reported
55 // pc -> race
95 PossibleRace* race = it->second; local
96 if (race->reported)
98 if (race->pc >= min_pc && race->pc <= max_pc) {
100 // Two race candidates in one trace. Just instrument it fully.
104 pc = race->pc;
106 for (vector<uintptr_t>::iterator it2 = race->traces.begin()
181 PossibleRace* race = FindRaceForAddr(addr); local
293 PossibleRace* race = new PossibleRace(); local
324 PossibleRace* race = ParseRaceInfo(raceInfo); local
377 PossibleRace* race = ParseRaceInfo(raceInfo); local
    [all...]
get_and_build_tsan.sh 14 svn co http://data-race-test.googlecode.com/svn/trunk drt || exit 1
ts_util.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
679 ANNOTATE_BENIGN_RACE(&rep_, "Benign race on TSLock::rep_");
thread_sanitizer.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
32 // http://code.google.com/p/data-race-test
    [all...]
  /external/valgrind/main/none/tests/
tls.c 11 static int race; variable
20 return &race;
76 T(race),
  /external/valgrind/main/helgrind/tests/
tc06_two_races.stderr.exp 9 Possible data race during read of size 4 at 0x........ by thread #x
18 Possible data race during write of size 4 at 0x........ by thread #x
27 Possible data race during read of size 4 at 0x........ by thread #x
36 Possible data race during write of size 4 at 0x........ by thread #x
annotate_rwlock.stderr.exp 11 Possible data race during read of size 4 at 0x........ by thread #x
22 Possible data race during read of size 4 at 0x........ by thread #x
33 Possible data race during write of size 4 at 0x........ by thread #x
44 Possible data race during write of size 4 at 0x........ by thread #x
55 Possible data race during write of size 4 at 0x........ by thread #x
66 Possible data race during write of size 4 at 0x........ by thread #x
hg04_race.stderr.exp 12 Possible data race during read of size 4 at 0x........ by thread #x
23 Possible data race during write of size 4 at 0x........ by thread #x
hg05_race2.stderr.exp 12 Possible data race during read of size 4 at 0x........ by thread #x
23 Possible data race during write of size 4 at 0x........ by thread #x
pth_barrier2.stderr.exp 13 Possible data race during write of size 4 at 0x........ by thread #x
26 Possible data race during write of size 4 at 0x........ by thread #x
39 Possible data race during write of size 4 at 0x........ by thread #x
52 Possible data race during write of size 4 at 0x........ by thread #x
65 Possible data race during write of size 4 at 0x........ by thread #x
78 Possible data race during write of size 4 at 0x........ by thread #x
91 Possible data race during write of size 4 at 0x........ by thread #x
104 Possible data race during write of size 4 at 0x........ by thread #x
117 Possible data race during write of size 4 at 0x........ by thread #x
130 Possible data race during write of size 4 at 0x........ by thread #
    [all...]
tc01_simple_race.stderr.exp 9 Possible data race during read of size 4 at 0x........ by thread #x
18 Possible data race during write of size 4 at 0x........ by thread #x
tc05_simple_race.stderr.exp 9 Possible data race during read of size 4 at 0x........ by thread #x
18 Possible data race during write of size 4 at 0x........ by thread #x
tc16_byterace.stderr.exp 9 Possible data race during read of size 1 at 0x........ by thread #x
18 Possible data race during write of size 1 at 0x........ by thread #x
tc21_pthonce.stderr.exp 12 Possible data race during read of size 4 at 0x........ by thread #x
23 Possible data race during write of size 4 at 0x........ by thread #x
hg03_inherit.stderr.exp 9 Possible data race during write of size 4 at 0x........ by thread #x
tc19_shadowmem.stderr.exp 18 Possible data race during write of size 1 at 0x........ by thread #x
43 Possible data race during write of size 1 at 0x........ by thread #x
68 Possible data race during write of size 1 at 0x........ by thread #x
93 Possible data race during write of size 1 at 0x........ by thread #x
118 Possible data race during write of size 1 at 0x........ by thread #x
143 Possible data race during write of size 1 at 0x........ by thread #x
168 Possible data race during write of size 1 at 0x........ by thread #x
193 Possible data race during write of size 1 at 0x........ by thread #x
218 Possible data race during write of size 1 at 0x........ by thread #x
243 Possible data race during write of size 1 at 0x........ by thread #
    [all...]
rwlock_race.stderr.exp 12 Possible data race during write of size 4 at 0x........ by thread #x
pth_barrier1.stderr.exp 13 Possible data race during write of size 4 at 0x........ by thread #x
pth_barrier3.stderr.exp 13 Possible data race during write of size 4 at 0x........ by thread #x
tc06_two_races_xml.stderr.exp 84 <kind>Race</kind>
86 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
138 <kind>Race</kind>
140 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
192 <kind>Race</kind>
194 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
246 <kind>Race</kind>
248 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
  /external/valgrind/main/drd/tests/
pth_cond_race.stderr.exp 3 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
  /external/chromium/chrome/browser/resources/net_internals/
main.js 476 // Due to an expected race condition, it is possible to receive actively
    [all...]
  /external/v8/src/
d8.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1141 milliseconds