Home
last modified time | relevance | path

Searched full:tsan (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/external/grpc-grpc/tools/run_tests/generated/
Dtests.json3646 "tsan"
5267 "tsan"
57263 "tsan",
57289 "tsan",
57315 "tsan",
57342 "tsan",
57368 "tsan",
57394 "tsan",
57420 "tsan",
57446 "tsan",
[all …]
/external/compiler-rt/lib/tsan/
DCMakeLists.txt7 # TSan runtime to be built with -fPIE to reduce the number of register spills.
12 # Add extra debug information to TSan runtime. This configuration is rarely
99 add_custom_target(tsan) target
100 set_target_properties(tsan PROPERTIES FOLDER "Compiler-RT Misc")
111 add_compiler_rt_runtime(clang_rt.tsan
121 PARENT_TARGET tsan)
133 DEPENDS tsan ${BUILDGO_SCRIPT}
135 COMMENT "Checking TSan Go runtime..."
149 DEPENDS clang_rt.tsan-${arch} ${BUILDGO_SCRIPT}
151 COMMENT "Checking TSan Go runtime..."
[all …]
/external/clang/test/CodeGen/
Dsanitize-thread-attr.cpp2 … -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=thread | FileCheck -check-prefix=TSAN %s
14 // TSAN: NoTSAN1{{.*}}) [[NOATTR:#[0-9]+]]
20 // TSAN: NoTSAN2{{.*}}) [[NOATTR]]
27 // TSAN: NoTSAN3{{.*}}) [[NOATTR:#[0-9]+]]
33 // TSAN: TSANOk{{.*}}) [[WITH:#[0-9]+]]
38 // TSAN: TemplateTSANOk{{.*}}) [[WITH]]
44 // TSAN: TemplateNoTSAN{{.*}}) [[NOATTR]]
57 // TSAN: @__cxx_global_var_init{{.*}}[[WITH:#[0-9]+]]
63 // TSAN: attributes [[NOATTR]] = { nounwind{{.*}} }
64 // TSAN: attributes [[WITH]] = { nounwind sanitize_thread{{.*}} }
/external/skia/site/docs/dev/testing/
Dxsan.md3 title: "MSAN, ASAN, & TSAN"
4 linkTitle: "MSAN, ASAN, & TSAN"
11 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang.
15 - TSAN works on Linux and Mac.
86 Configure and Compile Skia with TSAN
92 mkdir -p out/tsan
93 cat > out/tsan/args.gn <<- EOF
96 sanitize = "TSAN"
101 bin/gn gen out/tsan
102 ninja -C out/tsan
/external/grpc-grpc/tools/
Dbazel.rc29 build:tsan --strip=never
30 build:tsan --copt -fsanitize=thread
31 build:tsan --copt -fno-omit-frame-pointer
32 build:tsan --copt -DGPR_NO_DIRECT_SYSCALLS
33 build:tsan --copt -DGRPC_TSAN
34 build:tsan --linkopt -fsanitize=thread
35 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro…
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi2833 …<parameter type-id='type-id-1' name='s1' filepath='../../.././libsanitizer/tsan/tsan_interceptors.…
2834 …<parameter type-id='type-id-1' name='s2' filepath='../../.././libsanitizer/tsan/tsan_interceptors.…
2835 …<parameter type-id='type-id-91' name='n' filepath='../../.././libsanitizer/tsan/tsan_interceptors.…
3883 …<parameter type-id='type-id-118' name='f' filepath='../../.././libsanitizer/tsan/tsan_interceptors…
3898 …<parameter type-id='type-id-139' name='sec' filepath='../../.././libsanitizer/tsan/tsan_intercepto…
4611 …sanitizer/tsan/tsan_clock.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-ImG4Cf/gcc-4.9.…
4642 …size-in-bits='256' visibility='default' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line=…
4644 …e-id='type-id-287' visibility='default' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line=…
4647 …<function-decl name='SyncClock' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line='22' col…
4653 …mangled-name='_ZN6__tsan9SyncClockC2Ev' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line=…
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel.rc57 build:tsan --strip=never
58 build:tsan --copt=-fsanitize=thread
59 build:tsan --copt=-fno-omit-frame-pointer
60 build:tsan --copt=-DGPR_NO_DIRECT_SYSCALLS
61 build:tsan --copt=-DGRPC_TSAN
62 build:tsan --linkopt=-fsanitize=thread
65 build:tsan --test_env=TSAN_OPTIONS=report_atomic_races=0
66 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro…
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Ddecorate_proc_maps.cc53 // CHECK-tsan: rw-p {{.*}} [shadow]
54 // CHECK-tsan: rw-p {{.*}} [meta shadow]
55 // CHECK-tsan: rw-p {{.*}} [trace 0]
56 // CHECK-tsan: rw-p {{.*}} [trace header 0]
57 // CHECK-tsan: rw-p {{.*}} [trace 1]
58 // CHECK-tsan: rw-p {{.*}} [trace header 1]
/external/clang/test/Lexer/
Dhas_feature_thread_sanitizer.cpp1 // RUN: %clang_cc1 -E -fsanitize=thread %s -o - | FileCheck --check-prefix=CHECK-TSAN %s
2 // RUN: %clang_cc1 -E %s -o - | FileCheck --check-prefix=CHECK-NO-TSAN %s
10 // CHECK-TSAN: ThreadSanitizerEnabled
11 // CHECK-NO-TSAN: ThreadSanitizerDisabled
/external/zstd/contrib/pzstd/
DMakefile85 .PHONY: test-pzstd-tsan
86 test-pzstd-tsan: LDFLAGS=-fuse-ld=gold
87 test-pzstd-tsan: TESTFLAGS=--gtest_filter=-*ExtremelyLarge*
88 test-pzstd-tsan: clean googletest tsan check
125 .PHONY: tsan
126 tsan: PZSTD_CCXXFLAGS += -fsanitize=thread -fPIC target
127 tsan: PZSTD_LDFLAGS += -fsanitize=thread target
128 tsan: debug target
152 tsan32: tsan
/external/cronet/buildtools/third_party/libc++/trunk/test/std/atomics/atomics.general/
Dreplace_failure_order_codegen.sh.cpp12 // they don't support tsan), and causes other sanitizer builds to fail (e.g.
13 // asan and tsan don't mix). Instead, require the tsan feature.
14 // REQUIRES: tsan
27 // TSAN-instrumented tests.
/external/compiler-rt/lib/tsan/tests/
DCMakeLists.txt5 FOLDER "TSan unittests")
12 -I${COMPILER_RT_SOURCE_DIR}/lib/tsan/rtl
27 list(APPEND COMPILE_DEPS gtest tsan)
50 list(APPEND TEST_DEPS tsan)
53 # FIXME: Looks like we should link TSan with just-built runtime,
/external/cronet/testing/
Dtest_env.py24 sanitizers = ['asan', 'lsan', 'msan', 'tsan', 'coverage-continuous-mode',
42 def get_sanitizer_env(asan, lsan, msan, tsan, cfi_diag): argument
58 if lsan or tsan:
108 if tsan:
316 tsan = '--tsan=1' in cmd
324 use_symbolization_script = (asan or msan or cfi_diag or lsan or tsan)
326 if asan or lsan or msan or tsan or cfi_diag:
327 extra_env.update(get_sanitizer_env(asan, lsan, msan, tsan, cfi_diag))
329 if lsan or tsan:
330 # LSan and TSan are not sandbox-friendly.
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi5083 …<parameter type-id='type-id-1' name='s1' filepath='../../.././libsanitizer/tsan/tsan_interceptors.…
5085 …<parameter type-id='type-id-1' name='s2' filepath='../../.././libsanitizer/tsan/tsan_interceptors.…
5087 …<parameter type-id='type-id-91' name='n' filepath='../../.././libsanitizer/tsan/tsan_interceptors.…
6966 …<parameter type-id='type-id-118' name='f' filepath='../../.././libsanitizer/tsan/tsan_interceptors…
6993 …<parameter type-id='type-id-139' name='sec' filepath='../../.././libsanitizer/tsan/tsan_intercepto…
8106 …sanitizer/tsan/tsan_clock.cc' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-ImG4Cf/gcc-4.9.…
8166 …size-in-bits='256' visibility='default' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line=…
8169 …e-id='type-id-287' visibility='default' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line=…
8173 …<function-decl name='SyncClock' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line='22' col…
8182 …mangled-name='_ZN6__tsan9SyncClockC2Ev' filepath='../../.././libsanitizer/tsan/tsan_clock.h' line=…
[all …]
/external/rust/crates/bytes/.github/workflows/
Dci.yml115 tsan:
116 name: tsan
124 - name: ASAN / TSAN
125 run: . ci/tsan.sh
154 - tsan
/external/llvm/test/Instrumentation/ThreadSanitizer/
Dtsan_basic.ll1 ; RUN: opt < %s -tsan -S | FileCheck %s
12 ; CHECK: @llvm.global_ctors = {{.*}}@tsan.module_ctor
28 ; Check that tsan converts mem intrinsics back to function calls.
57 ; CHECK: define internal void @tsan.module_ctor()
Dtsan-vs-gvn.ll1 ; RUN: opt < %s -basicaa -gvn -tsan -S | FileCheck %s
2 ; TSAN conflicts with load widening. Make sure the load widening is off with -tsan.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp53 #define DEBUG_TYPE "tsan"
56 "tsan-instrument-memory-accesses", cl::init(true),
59 "tsan-instrument-func-entry-exit", cl::init(true),
62 "tsan-handle-cxx-exceptions", cl::init(true),
66 "tsan-instrument-atomics", cl::init(true),
69 "tsan-instrument-memintrinsics", cl::init(true),
84 static const char *const kTsanModuleCtorName = "tsan.module_ctor";
91 /// Instantiating ThreadSanitizer inserts the tsan runtime library API function
141 Optional<ThreadSanitizer> TSan; member
157 ThreadSanitizer TSan; in run() local
[all …]
/external/clang/test/Driver/
Dsanitizer-ld.c159 // RUN: | FileCheck --check-prefix=CHECK-TSAN-LINUX-CXX %s
161 // CHECK-TSAN-LINUX-CXX: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
162 // CHECK-TSAN-LINUX-CXX-NOT: stdc++
163 // CHECK-TSAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.tsan-x86_64.a" "-no-whole-archive"
164 // CHECK-TSAN-LINUX-CXX: "--dynamic-list={{.*}}libclang_rt.tsan-x86_64.a.syms"
165 // CHECK-TSAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.tsan_cxx-x86_64.a" "-no-whole-archive"
166 // CHECK-TSAN-LINUX-CXX: "--dynamic-list={{.*}}libclang_rt.tsan_cxx-x86_64.a.syms"
167 // CHECK-TSAN-LINUX-CXX-NOT: "-export-dynamic"
168 // CHECK-TSAN-LINUX-CXX: stdc++
169 // CHECK-TSAN-LINUX-CXX: "-lpthread"
[all …]
/external/compiler-rt/test/tsan/
DCMakeLists.txt6 list(APPEND TSAN_TEST_DEPS tsan)
54 add_lit_testsuite(check-tsan "Running ThreadSanitizer tests"
57 set_target_properties(check-tsan PROPERTIES FOLDER "Compiler-RT Tests")
/external/angle/infra/config/generated/
Dluci-scheduler.cfg162 id: "linux-exp-tsan-test"
172 builder: "linux-exp-tsan-test"
232 id: "linux-tsan-test"
242 builder: "linux-tsan-test"
513 triggers: "linux-exp-tsan-test"
518 triggers: "linux-tsan-test"
/external/skia/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Debian10-Clang-x86_64-Debug-TSAN.json53 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-TSAN/Debug",
54 …clang_linux/bin\", \"-fuse-ld=lld\", \"-L[START_DIR]/clang_linux/tsan\"] sanitize=\"TSAN\" target_…
71 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-TSAN/Debug"
104 "[START_DIR]/cache/work/skia/out/Build-Debian10-Clang-x86_64-Debug-TSAN/Debug",
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
Drbe_common.bazelrc77 build:tsan --copt=-gmlt
80 build:tsan --test_timeout=60,600,1800,3600
81 build:tsan --test_tag_filters=-no_linux,-notsan,-qps_json_driver
82 build:tsan --extra_execution_platforms=@rbe_default//config:platform
/external/zstd/
DTESTING.md24 - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode)
38 - Streaming mode fuzzer with Tsan (for the `zstdmt` testing)
41 - `pzstd` with asan and tsan, as well as in 32-bits mode
/external/angle/third_party/abseil-cpp/ci/
Dlinux_clang-latest_libcxx_tsan_bazel.sh73 …AZEL_LINKOPTS="-L/opt/llvm/libcxx-tsan/lib/x86_64-unknown-linux-gnu:-lc++:-lc++abi:-lm:-Wl,-rpath=…
74 …-e CPLUS_INCLUDE_PATH="/opt/llvm/libcxx-tsan/include/x86_64-unknown-linux-gnu/c++/v1:/opt/llvm/lib…

12345678910>>...22