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

1 2

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 10 // This file is a part of ThreadSanitizer (TSan), a race detector.
90 ExpectRace *race = list->next; local
91 for (; race != list; race = race->next) {
92 if (race->addr == addr && race->size == size) {
93 race->addcount++;
97 race = (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace));
98 race->addr = addr
128 ExpectRace *race = FindRace(list, addr, size); local
307 ExpectRace *race = dyn_ann_ctx->expect.next; local
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
Promise-static-race.js 26 description('Test Promise.race');
40 Promise.race([p4, p5]).then(function(localResult) {
41 testFailed('Promise.race([p4, p5]) is fulfilled.');
43 testFailed('Promise.race([p4, p5]) is rejected.');
47 Promise.race([]).then(function(localResult) {
48 testFailed('Promise.race([]) is fulfilled.');
50 testFailed('Promise.race([]) is rejected.');
53 Promise.race().then(function(localResult) {
54 testFailed('Promise.race() is fulfilled.');
56 testPassed('Promise.race() is rejected.')
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 10 from future import All, Future, Race
118 race = Race((Future(callback=callback),))
120 self.assertEqual(42, race.Get())
125 # detail of Race. When we have parallel Futures this might not always hold.
126 race = Race((Future(callback=callback),
130 self.assertEqual(42, race.Get())
137 race = Race((Future(callback=callback)
    [all...]
  /external/valgrind/main/none/tests/
tls.c 11 static int race; variable
20 return ∽̱
76 T(race),
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.stderr.exp 15 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
tc05_simple_race.stderr.exp 15 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
tc16_byterace.stderr.exp 15 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
tc06_two_races.stderr.exp 15 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
annotate_rwlock.stderr.exp 17 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
106 Possible data race during write of size 4 at 0x........ by thread #x
free_is_write.stderr.exp 16 Possible data race during write of size 1 at 0x........ by thread #x
hg03_inherit.stderr.exp 15 Possible data race during write of size 4 at 0x........ by thread #x
locked_vs_unlocked3.stderr.exp 21 Possible data race during write of size 4 at 0x........ by thread #x
rwlock_race.stderr.exp 18 Possible data race during write of size 4 at 0x........ by thread #x
tc19_shadowmem.stderr.exp 24 Possible data race during write of size 1 at 0x........ by thread #x
58 Possible data race during write of size 1 at 0x........ by thread #x
92 Possible data race during write of size 1 at 0x........ by thread #x
126 Possible data race during write of size 1 at 0x........ by thread #x
160 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
228 Possible data race during write of size 1 at 0x........ by thread #x
262 Possible data race during write of size 1 at 0x........ by thread #x
296 Possible data race during write of size 1 at 0x........ by thread #x
330 Possible data race during write of size 1 at 0x........ by thread #
    [all...]
hg04_race.stderr.exp 18 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
hg05_race2.stderr.exp 18 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
pth_barrier2.stderr.exp 19 Possible data race during write of size 1 at 0x........ by thread #x
37 Possible data race during write of size 1 at 0x........ by thread #x
55 Possible data race during write of size 1 at 0x........ by thread #x
73 Possible data race during write of size 1 at 0x........ by thread #x
91 Possible data race during write of size 1 at 0x........ by thread #x
109 Possible data race during write of size 1 at 0x........ by thread #x
127 Possible data race during write of size 1 at 0x........ by thread #x
145 Possible data race during write of size 1 at 0x........ by thread #x
163 Possible data race during write of size 1 at 0x........ by thread #x
181 Possible data race during write of size 1 at 0x........ by thread #
    [all...]
tc21_pthonce.stderr.exp 18 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
locked_vs_unlocked1_fwd.stderr.exp 23 Possible data race during write of size 4 at 0x........ by thread #x
locked_vs_unlocked1_rev.stderr.exp 23 Possible data race during write of size 4 at 0x........ by thread #x
locked_vs_unlocked2.stderr.exp 29 Possible data race during write of size 4 at 0x........ by thread #x
pth_barrier1.stderr.exp 19 Possible data race during write of size 1 at 0x........ by thread #x
pth_barrier3.stderr.exp 19 Possible data race during write of size 1 at 0x........ by thread #x
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>
  /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.

Completed in 271 milliseconds

1 2