Searched refs:race (Results 1 – 25 of 238) sorted by relevance
12345678910
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 90 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 …]
|
D | tsan_flags.inc | 22 // 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/grpc-grpc/test/core/util/ |
D | tsan_suppressions.txt | 2 race:OPENSSL_cleanse 3 race:cleanse_ctr 6 race:ssleay_rand_add 7 race:ssleay_rand_bytes 8 race:__sleep_for 9 # protobuf has an idempotent write race in ByteSize/GetCachedSize 11 race:ByteSize 12 race:ByteSizeLong 13 race:GetCachedSize
|
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 50 pmem_next # very slight race 51 private_mem # very slight race 193 slice_cache # slight race 200 freelist # very slight race 211 handles # slight race during import 212 nhandles # slight race during import 215 extensions # slight race on init during import 225 _Py_PackageContext # Slight race during import! Move to PyThreadState? 239 max_module_number # slight race during import 305 static_strings # slight race [all …]
|
/external/autotest/client/site_tests/kernel_FirmwareRequest/ |
D | control | 10 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/compiler-rt/test/tsan/Darwin/ |
D | xpc-race.mm | 75 // CHECK: WARNING: ThreadSanitizer: data race 77 // CHECK: #0 {{.*}}xpc-race.mm:34 79 // CHECK: #0 {{.*}}xpc-race.mm:34
|
D | ignored-interceptors.mm | 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
|
D | gcd-async-race.mm | 36 // CHECK: WARNING: ThreadSanitizer: data race 37 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-async-race.mm.tmp+0x{{[0-9,…
|
D | gcd-sync-race.mm | 42 // 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…
|
D | gcd-barrier-race.mm | 46 // CHECK: WARNING: ThreadSanitizer: data race 47 // CHECK: Location is global 'global' {{(of size 8 )?}}at [[ADDR]] (gcd-barrier-race.mm.tmp+0x{{[0-…
|
D | gcd-io-barrier-race.mm | 53 // CHECK: WARNING: ThreadSanitizer: data race 54 // CHECK: Location is global 'my_global' {{(of size 8 )?}}at [[ADDR]] (gcd-io-barrier-race.mm.tmp+0…
|
D | gcd-io-race.mm | 54 // CHECK: WARNING: ThreadSanitizer: data race 55 // CHECK: Location is global 'my_global' {{(of size 8 )?}}at [[ADDR]] (gcd-io-race.mm.tmp+0x{{[0-9,…
|
D | gcd-apply-race.mm | 24 // CHECK: WARNING: ThreadSanitizer: data race
|
D | objc-race.mm | 49 // CHECK: WARNING: ThreadSanitizer: data race
|
/external/syzkaller/pkg/report/testdata/gvisor/report/ |
D | 13 | 11 …ROR: error running container: err waiting on container "ci-gvisor-ptrace-proxy-sandbox-race-0": EOF 12 error running container: err waiting on container "ci-gvisor-ptrace-proxy-sandbox-race-0": EOF
|
/external/strace/debian/ |
D | control | 22 isolation, sanity checking and attempting to capture race conditions. 39 isolation, sanity checking and attempting to capture race conditions. 55 isolation, sanity checking and attempting to capture race conditions.
|
/external/compiler-rt/test/tsan/ |
D | suppressions_race2.cc.supp | 1 race:Thread2
|
D | suppressions_global.cc.supp | 1 race:RacyGlobal
|
D | suppressions_race.cc.supp | 1 race:Thread1
|
D | free_race.c.supp | 2 race:^Thread2$
|
/external/ltp/testcases/kernel/fs/racer/ |
D | fs_racer_dir_test.sh | 27 mkdir race/$dir
|
/external/mesa3d/src/util/sha1/ |
D | README | 4 - Some libraries suffer from race condition and other issues. For example see 5 commit ade3108bb5b0 ("util: Fix race condition on libgcrypt initialization").
|
/external/autotest/client/tests/aio_dio_bugs/ |
D | control | 10 Rafal Wijata <wijata@nec-labs.com>. It caught a race in dio aio completion
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | Makefile | 35 go test -race -cpu 1,4 -timeout 7m google.golang.org/grpc/...
|
/external/skia/resources/text/ |
D | english.txt | 3 …s set forth in this Declaration, without distinction of any kind, such as race, colour, sex, langu…
|
12345678910