Home
last modified time | relevance | path

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

123456789

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc90 ExpectRace *race = list->next; in AddExpectRace() local
91 for (; race != list; race = race->next) { in AddExpectRace()
92 if (race->addr == addr && race->size == size) { in AddExpectRace()
93 atomic_store_relaxed(&race->addcount, in AddExpectRace()
94 atomic_load_relaxed(&race->addcount) + 1); in AddExpectRace()
98 race = (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace)); in AddExpectRace()
99 race->addr = addr; in AddExpectRace()
100 race->size = size; in AddExpectRace()
101 race->file = f; in AddExpectRace()
102 race->line = l; in AddExpectRace()
[all …]
Dtsan_flags.inc22 // Suppress a race report if we've already output another race report
25 "Suppress a race report if we've already output another race report "
28 "Suppress a race report if we've already output another race report "
/external/valgrind/helgrind/tests/
Dpth_barrier2.stderr.exp23 Possible data race during write of size 1 at 0x........ by thread #x
42 Possible data race during write of size 1 at 0x........ by thread #x
61 Possible data race during write of size 1 at 0x........ by thread #x
80 Possible data race during write of size 1 at 0x........ by thread #x
99 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
137 Possible data race during write of size 1 at 0x........ by thread #x
156 Possible data race during write of size 1 at 0x........ by thread #x
175 Possible data race during write of size 1 at 0x........ by thread #x
194 Possible data race during write of size 1 at 0x........ by thread #x
[all …]
Dtc19_shadowmem.stderr.exp28 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
98 Possible data race during write of size 1 at 0x........ by thread #x
133 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
203 Possible data race during write of size 1 at 0x........ by thread #x
238 Possible data race during write of size 1 at 0x........ by thread #x
273 Possible data race during write of size 1 at 0x........ by thread #x
308 Possible data race during write of size 1 at 0x........ by thread #x
343 Possible data race during write of size 1 at 0x........ by thread #x
[all …]
Dtc19_shadowmem.stderr.exp-mips3228 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
98 Possible data race during write of size 1 at 0x........ by thread #x
133 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
203 Possible data race during write of size 1 at 0x........ by thread #x
238 Possible data race during write of size 1 at 0x........ by thread #x
273 Possible data race during write of size 1 at 0x........ by thread #x
308 Possible data race during write of size 1 at 0x........ by thread #x
343 Possible data race during write of size 1 at 0x........ by thread #x
[all …]
Dannotate_rwlock.stderr.exp17 Possible data race during read of size 4 at 0x........ by thread #x
34 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
68 Possible data race during write of size 4 at 0x........ by thread #x
85 Possible data race during write of size 4 at 0x........ by thread #x
107 Possible data race during write of size 4 at 0x........ by thread #x
Dtc06_two_races.stderr.exp15 Possible data race during read of size 4 at 0x........ by thread #x
29 Possible data race during write of size 4 at 0x........ by thread #x
43 Possible data race during read of size 4 at 0x........ by thread #x
57 Possible data race during write of size 4 at 0x........ by thread #x
Dtc06_two_races_xml.stderr.exp73 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
118 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
163 <text>Possible data race during read of size 4 at 0x........ by thread #x</text>
208 <text>Possible data race during write of size 4 at 0x........ by thread #x</text>
Dtc16_byterace.stderr.exp15 Possible data race during read of size 1 at 0x........ by thread #x
29 Possible data race during write of size 1 at 0x........ by thread #x
Dtc01_simple_race.stderr.exp15 Possible data race during read of size 4 at 0x........ by thread #x
29 Possible data race during write of size 4 at 0x........ by thread #x
Dtc05_simple_race.stderr.exp15 Possible data race during read of size 4 at 0x........ by thread #x
29 Possible data race during write of size 4 at 0x........ by thread #x
Dhg05_race2.stderr.exp18 Possible data race during read of size 4 at 0x........ by thread #x
34 Possible data race during write of size 4 at 0x........ by thread #x
Dtc21_pthonce.stderr.exp18 Possible data race during read of size 4 at 0x........ by thread #x
34 Possible data race during write of size 4 at 0x........ by thread #x
Dhg04_race.stderr.exp18 Possible data race during read of size 4 at 0x........ by thread #x
34 Possible data race during write of size 4 at 0x........ by thread #x
/external/valgrind/helgrind/
DREADME_YARD.txt8 The YARD race detector lives in svn://svn.valgrind.org/branches/YARD.
10 It uses a new and relatively simple race detection engine, based on
16 * Modularity. The entire race detection engine is placed in a
25 * Ability to report both call stacks involved in a race, without
/external/valgrind/none/tests/
Dtls.c11 static int race; variable
20 return &race; in test_race()
76 T(race),
/external/compiler-rt/test/tsan/Darwin/
Dxpc-race.mm75 // CHECK: WARNING: ThreadSanitizer: data race
77 // CHECK: #0 {{.*}}xpc-race.mm:34
79 // CHECK: #0 {{.*}}xpc-race.mm:34
Dignored-interceptors.mm15 // RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %deflake %run %t race 2>&1 | FileCheck %s --c…
41 if (argc > 1 && strcmp(argv[1], "race") == 0) {
54 // CHECK-RACE: SUMMARY: ThreadSanitizer: data race
Dgcd-async-race.mm36 // CHECK: WARNING: ThreadSanitizer: data race
37 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-async-race.mm.tmp+0x{{[0-9,…
Dgcd-sync-race.mm42 // CHECK: WARNING: ThreadSanitizer: data race
43 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-sync-race.mm.tmp+0x{{[0-9,a…
Dgcd-barrier-race.mm46 // CHECK: WARNING: ThreadSanitizer: data race
47 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-barrier-race.mm.tmp+0x{{[0-…
Dgcd-io-barrier-race.mm53 // CHECK: WARNING: ThreadSanitizer: data race
54 // CHECK: Location is global 'my_global' {{(of size 8 )?}}at [[ADDR]] (gcd-io-barrier-race.mm.tmp+0…
/external/autotest/client/site_tests/kernel_FirmwareRequest/
Dcontrol10 crashes, race conditions on kfree()'ing the name, etc.), or if
29 Of course, a success doesn't mean the absence of race conditions or bugs.
30 We may have just won the race.
/external/valgrind/drd/tests/
Dtc23_bogus_condwait.stderr.exp-linux-x867 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex…
24 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex…
44 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex…
64 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex…
/external/fio/examples/
Denospc-pressure.fio2 # Test for race-condition DIO-write vs punch_hole
3 # If race exist dio may rewrite punched block after

123456789