Searched refs:race (Results 1 - 25 of 25) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc10 // This file is a part of ThreadSanitizer (TSan), a race detector.
95 ExpectRace *race = list->next; local
96 for (; race != list; race = race->next) {
97 if (race->addr == addr && race->size == size) {
98 race->addcount++;
102 race = (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace));
103 race
133 ExpectRace *race = FindRace(list, addr, size); local
219 ReportMissedExpectedRace(ExpectRace *race) argument
312 ExpectRace *race = dyn_ann_ctx->expect.next; local
[all...]
/external/valgrind/main/none/tests/
H A Dtls.c11 static int race; variable
20 return ∽̱
76 T(race),
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.stderr.exp19 Possible data race during read of size 4 at 0x........ by thread #x
35 Possible data race during read of size 4 at 0x........ by thread #x
51 Possible data race during write of size 4 at 0x........ by thread #x
67 Possible data race during write of size 4 at 0x........ by thread #x
83 Possible data race during write of size 4 at 0x........ by thread #x
103 Possible data race during write of size 4 at 0x........ by thread #x
H A Dtc01_simple_race.stderr.exp16 Possible data race during read of size 4 at 0x........ by thread #x
31 Possible data race during write of size 4 at 0x........ by thread #x
H A Dtc05_simple_race.stderr.exp16 Possible data race during read of size 4 at 0x........ by thread #x
31 Possible data race during write of size 4 at 0x........ by thread #x
H A Dtc16_byterace.stderr.exp16 Possible data race during read of size 1 at 0x........ by thread #x
31 Possible data race during write of size 1 at 0x........ by thread #x
H A Dtc06_two_races.stderr.exp16 Possible data race during read of size 4 at 0x........ by thread #x
31 Possible data race during write of size 4 at 0x........ by thread #x
46 Possible data race during read of size 4 at 0x........ by thread #x
61 Possible data race during write of size 4 at 0x........ by thread #x
H A Dfree_is_write.stderr.exp17 Possible data race during write of size 1 at 0x........ by thread #x
H A Dhg03_inherit.stderr.exp16 Possible data race during write of size 4 at 0x........ by thread #x
H A Dtc19_shadowmem.stderr.exp26 Possible data race during write of size 1 at 0x........ by thread #x
63 Possible data race during write of size 1 at 0x........ by thread #x
100 Possible data race during write of size 1 at 0x........ by thread #x
137 Possible data race during write of size 1 at 0x........ by thread #x
174 Possible data race during write of size 1 at 0x........ by thread #x
211 Possible data race during write of size 1 at 0x........ by thread #x
248 Possible data race during write of size 1 at 0x........ by thread #x
285 Possible data race during write of size 1 at 0x........ by thread #x
322 Possible data race during write of size 1 at 0x........ by thread #x
359 Possible data race durin
[all...]
H A Dhg04_race.stderr.exp20 Possible data race during read of size 4 at 0x........ by thread #x
37 Possible data race during write of size 4 at 0x........ by thread #x
H A Dhg05_race2.stderr.exp20 Possible data race during read of size 4 at 0x........ by thread #x
37 Possible data race during write of size 4 at 0x........ by thread #x
H A Dpth_barrier2.stderr.exp21 Possible data race during write of size 1 at 0x........ by thread #x
40 Possible data race during write of size 1 at 0x........ by thread #x
59 Possible data race during write of size 1 at 0x........ by thread #x
78 Possible data race during write of size 1 at 0x........ by thread #x
97 Possible data race during write of size 1 at 0x........ by thread #x
116 Possible data race during write of size 1 at 0x........ by thread #x
135 Possible data race during write of size 1 at 0x........ by thread #x
154 Possible data race during write of size 1 at 0x........ by thread #x
173 Possible data race during write of size 1 at 0x........ by thread #x
192 Possible data race durin
[all...]
H A Dtc21_pthonce.stderr.exp20 Possible data race during read of size 4 at 0x........ by thread #x
37 Possible data race during write of size 4 at 0x........ by thread #x
H A Dlocked_vs_unlocked1_fwd.stderr.exp25 Possible data race during write of size 4 at 0x........ by thread #x
H A Dlocked_vs_unlocked1_rev.stderr.exp25 Possible data race during write of size 4 at 0x........ by thread #x
H A Dlocked_vs_unlocked2.stderr.exp31 Possible data race during write of size 4 at 0x........ by thread #x
H A Dlocked_vs_unlocked3.stderr.exp23 Possible data race during write of size 4 at 0x........ by thread #x
H A Dpth_barrier1.stderr.exp21 Possible data race during write of size 1 at 0x........ by thread #x
H A Dpth_barrier3.stderr.exp21 Possible data race during write of size 1 at 0x........ by thread #x
H A Drwlock_race.stderr.exp20 Possible data race during write of size 4 at 0x........ by thread #x
H A Dtc06_two_races_xml.stderr.exp81 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
126 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
171 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
216 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
H A Dtc20_verifywrap.stderr.exp22 Possible data race during write of size 2 at 0x........ by thread #x
/external/valgrind/main/drd/tests/
H A Dpth_cond_race.stderr.exp3 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
/external/chromium_org/tools/valgrind/tsan/
H A Dsuppressions_win32.txt24 # http://code.google.com/p/data-race-test/issues/detail?id=45
48 Benign race durung InitializeClock

Completed in 398 milliseconds