/external/compiler-rt/test/tsan/ |
suppressions_global.cc.supp | 0 race:RacyGlobal
|
suppressions_race.cc.supp | 0 race:Thread1
|
suppressions_race2.cc.supp | 0 race:Thread2
|
free_race.c.supp | 2 race:^Thread2$
|
/art/test/084-class-init/ |
info.txt | 1 Test class initialization edge cases and race conditions.
|
/prebuilts/go/darwin-x86/src/runtime/ |
race0.go | 5 // +build !race 7 // Dummy race detection API, used when not built with -race. 19 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 20 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 21 func raceinit() uintptr { throw("race"); return 0 } 22 func racefini() { throw("race") } 23 func racemapshadow(addr unsafe.Pointer, size uintptr) { throw("race") } 24 func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 25 func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
race0.go | 5 // +build !race 7 // Dummy race detection API, used when not built with -race. 19 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 20 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 21 func raceinit() uintptr { throw("race"); return 0 } 22 func racefini() { throw("race") } 23 func racemapshadow(addr unsafe.Pointer, size uintptr) { throw("race") } 24 func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 25 func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } [all...] |
/external/valgrind/none/tests/ |
tls.stdout.exp | 1 tls_ptr: case "race" has mismatch: *ip=1 here=0 2 tls_ptr: case "race" has mismatch: *ip=2 here=1 3 tls_ptr: case "race" has mismatch: *ip=3 here=1 4 tls_ptr: case "race" has mismatch: *ip=4 here=2 5 tls_ptr: case "race" has mismatch: *ip=5 here=2 6 tls_ptr: case "race" has mismatch: *ip=6 here=3 7 tls_ptr: case "race" has mismatch: *ip=7 here=3 8 tls_ptr: case "race" has mismatch: *ip=8 here=4 9 tls_ptr: case "race" has mismatch: *ip=9 here=4 10 tls_ptr: case "race" has mismatch: *ip=10 here= [all...] |
/external/v8/test/webkit/fast/js/ |
Promise-static-race-expected.txt | 1 Test Promise.race 6 PASS Promise.race() is rejected. 7 PASS Promise.race({}) is rejected. 8 PASS Promise.race([p4, p1, p6]) is fulfilled. 10 PASS Promise.race([p4, p6, p1]) is rejected. 12 PASS Promise.race([p9]) is fulfilled. 14 PASS Promise.race([p4,,]) is fulfilled. 16 PASS Promise.race([p4,42]) is fulfilled.
|
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...] |
/prebuilts/go/darwin-x86/src/runtime/race/ |
race.go | 5 // +build race,linux,amd64 race,freebsd,amd64 race,darwin,amd64 race,windows,amd64 7 package race package 9 // This file merely ensures that we link in runtime/cgo in race build, 11 // The prebuilt race runtime lives in race_GOOS_GOARCH.syso. 12 // Calls to the runtime are done directly from src/runtime/race.c.
|
doc.go | 5 // Package race implements data race detection logic. 7 // For details about the race detector see 9 package race package
|
README | 1 runtime/race package contains the data race detector runtime library. 2 It is based on ThreadSanitizer race detector, that is currently a part of
|
/prebuilts/go/linux-x86/src/runtime/race/ |
race.go | 5 // +build race,linux,amd64 race,freebsd,amd64 race,darwin,amd64 race,windows,amd64 7 package race package 9 // This file merely ensures that we link in runtime/cgo in race build, 11 // The prebuilt race runtime lives in race_GOOS_GOARCH.syso. 12 // Calls to the runtime are done directly from src/runtime/race.c.
|
doc.go | 5 // Package race implements data race detection logic. 7 // For details about the race detector see 9 package race package
|
README | 1 runtime/race package contains the data race detector runtime library. 2 It is based on ThreadSanitizer race detector, that is currently a part of
|
/external/skia/tools/ |
tsan.supp | 6 race:third_party/externals/libwebp 10 # We've tried: race:swrast_dri.so 11 # race:SkGLContextHelper::init 12 # Maybe because it's diagnosed as a use-after-free, not as a race? 13 race:SkGLContextHelper 16 race:RefFCI 17 race:SkString
|
/external/valgrind/helgrind/tests/ |
tc19_shadowmem.vgtest | 2 vgopts: --cmp-race-err-addrs=yes --error-limit=no
|
pth_barrier2.vgtest | 4 vgopts: -q --cmp-race-err-addrs=yes
|
/external/webrtc/webrtc/build/sanitizers/ |
tsan_suppressions_webrtc.cc | 27 "race:rtc::MessageQueue::Quit\n" 28 "race:FileVideoCapturerTest::VideoCapturerListener::OnFrameCaptured\n" 29 "race:vp8cx_remove_encoder_threads\n" 30 "race:third_party/libvpx_new/source/libvpx/vp9/common/vp9_scan.h\n" 34 "race:webrtc::TraceImpl::WriteToFile\n" 35 "race:webrtc::VideoEngine::SetTraceFilter\n" 36 "race:webrtc::VoiceEngine::SetTraceFilter\n" 37 "race:webrtc::Trace::set_level_filter\n" 38 "race:webrtc::GetStaticInstance<webrtc::TraceImpl>\n" 42 "race:webrtc/modules/audio_processing/aec/aec_core.c\n [all...] |
/external/valgrind/ |
glibc-2.2-LinuxThreads-helgrind.supp | 8 Helgrind:Race 13 Helgrind:Race 19 Helgrind:Race 25 Helgrind:Race 31 Helgrind:Race 37 Helgrind:Race 43 Helgrind:Race
|
/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 atomic_store_relaxed(&race->addcount, 94 atomic_load_relaxed(&race->addcount) + 1); 98 race = (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace)) 129 ExpectRace *race = FindRace(list, addr, size); local 307 ExpectRace *race = dyn_ann_ctx->expect.next; local [all...] |
/external/valgrind/drd/tests/ |
sem_as_mutex3.vgtest | 2 vgopts: --check-stack-var=yes --first-race-only=yes --read-var-info=yes
|
sem_open3.vgtest | 2 vgopts: --check-stack-var=yes --first-race-only=yes --read-var-info=yes
|
/prebuilts/go/darwin-x86/src/ |
race.bash | 6 # race.bash tests the standard library under the race detector. 12 echo 'race detector is only supported on linux/amd64, freebsd/amd64 and darwin/amd64' 1>&2 39 echo 'race.bash must be run from $GOROOT/src' 1>&2 43 go install -race std 44 go tool dist test -no-rebuild -race
|