Searched refs:race (Results 1 – 25 of 222) sorted by relevance
123456789
90 ExpectRace *race = list->next; in AddExpectRace() local91 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 …]
22 // Suppress a race report if we've already output another race report25 "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 "
23 Possible data race during write of size 1 at 0x........ by thread #x42 Possible data race during write of size 1 at 0x........ by thread #x61 Possible data race during write of size 1 at 0x........ by thread #x80 Possible data race during write of size 1 at 0x........ by thread #x99 Possible data race during write of size 1 at 0x........ by thread #x118 Possible data race during write of size 1 at 0x........ by thread #x137 Possible data race during write of size 1 at 0x........ by thread #x156 Possible data race during write of size 1 at 0x........ by thread #x175 Possible data race during write of size 1 at 0x........ by thread #x194 Possible data race during write of size 1 at 0x........ by thread #x[all …]
28 Possible data race during write of size 1 at 0x........ by thread #x63 Possible data race during write of size 1 at 0x........ by thread #x98 Possible data race during write of size 1 at 0x........ by thread #x133 Possible data race during write of size 1 at 0x........ by thread #x168 Possible data race during write of size 1 at 0x........ by thread #x203 Possible data race during write of size 1 at 0x........ by thread #x238 Possible data race during write of size 1 at 0x........ by thread #x273 Possible data race during write of size 1 at 0x........ by thread #x308 Possible data race during write of size 1 at 0x........ by thread #x343 Possible data race during write of size 1 at 0x........ by thread #x[all …]
17 Possible data race during read of size 4 at 0x........ by thread #x34 Possible data race during read of size 4 at 0x........ by thread #x51 Possible data race during write of size 4 at 0x........ by thread #x68 Possible data race during write of size 4 at 0x........ by thread #x85 Possible data race during write of size 4 at 0x........ by thread #x107 Possible data race during write of size 4 at 0x........ by thread #x
15 Possible data race during read of size 4 at 0x........ by thread #x29 Possible data race during write of size 4 at 0x........ by thread #x43 Possible data race during read of size 4 at 0x........ by thread #x57 Possible data race during write of size 4 at 0x........ by thread #x
73 <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>
15 Possible data race during read of size 1 at 0x........ by thread #x29 Possible data race during write of size 1 at 0x........ by thread #x
15 Possible data race during read of size 4 at 0x........ by thread #x29 Possible data race during write of size 4 at 0x........ by thread #x
18 Possible data race during read of size 4 at 0x........ by thread #x34 Possible data race during write of size 4 at 0x........ by thread #x
8 The YARD race detector lives in svn://svn.valgrind.org/branches/YARD.10 It uses a new and relatively simple race detection engine, based on16 * Modularity. The entire race detection engine is placed in a25 * Ability to report both call stacks involved in a race, without
11 static int race; variable20 return ∽̱ in test_race()76 T(race),
75 // CHECK: WARNING: ThreadSanitizer: data race77 // CHECK: #0 {{.*}}xpc-race.mm:3479 // CHECK: #0 {{.*}}xpc-race.mm:34
15 // 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
36 // CHECK: WARNING: ThreadSanitizer: data race37 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-async-race.mm.tmp+0x{{[0-9,…
42 // CHECK: WARNING: ThreadSanitizer: data race43 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-sync-race.mm.tmp+0x{{[0-9,a…
46 // CHECK: WARNING: ThreadSanitizer: data race47 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-barrier-race.mm.tmp+0x{{[0-…
53 // CHECK: WARNING: ThreadSanitizer: data race54 // CHECK: Location is global 'my_global' {{(of size 8 )?}}at [[ADDR]] (gcd-io-barrier-race.mm.tmp+0…
10 crashes, race conditions on kfree()'ing the name, etc.), or if29 Of course, a success doesn't mean the absence of race conditions or bugs.30 We may have just won the race.
7 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…
2 # Test for race-condition DIO-write vs punch_hole3 # If race exist dio may rewrite punched block after