Home
last modified time | relevance | path

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

12345678910>>...13

/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/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat28 echo "Please specify a tool (tsan or drmemory) by using --tool flag"
39 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN
40 echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported."
61 :: Set up PIN_COMMAND to invoke TSan {{{1
62 set TSAN_PATH=%THISDIR%..\..\third_party\tsan
63 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe
72 set PIN_COMMAND=%TSAN_PATH%\unpacked\tsan-x86-windows\tsan.bat
Dlibyuv_tests.py21 valgrind/tsan/suppressions.txt
22 valgrind/tsan/suppressions_mac.txt
23 valgrind/tsan/suppressions_win32.txt
52 # files based on what's found in the memcheck/ or tsan/ subdirectories of
/external/skia/site/dev/testing/
Dxsan.md1 MSAN, ASAN, & TSAN
6 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang.
10 - TSAN works on Linux and Mac.
81 Configure and Compile Skia with TSAN
87 mkdir -p out/tsan
88 cat > out/tsan/args.gn <<- EOF
91 sanitize = "TSAN"
96 bin/gn gen out/tsan
97 ninja -C out/tsan
/external/skqp/site/dev/testing/
Dxsan.md1 MSAN, ASAN, & TSAN
6 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang.
10 - TSAN works on Linux and Mac.
81 Configure and Compile Skia with TSAN
87 mkdir -p out/tsan
88 cat > out/tsan/args.gn <<- EOF
91 sanitize = "TSAN"
96 bin/gn gen out/tsan
97 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/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/libyuv/files/
D.gitignore71 /tools/valgrind-libyuv/tsan/OWNERS
72 /tools/valgrind-libyuv/tsan/PRESUBMIT.py
73 /tools/valgrind-libyuv/tsan/suppressions.txt
74 /tools/valgrind-libyuv/tsan/suppressions_mac.txt
75 /tools/valgrind-libyuv/tsan/suppressions_win32.txt
/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/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-7.0/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.
81 ; 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.
Deh.ll1 ; RUN: opt < %s -tsan -S | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-EXC
2 ; RUN: opt < %s -tsan -S -tsan-handle-cxx-exceptions=0 | FileCheck %s --check-prefix=CHECK --check-…
/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/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 …]
Dfsanitize.c246 …ory -fsanitize=thread,memory %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-MSAN-TSAN-MSAN-DARWIN
247 // CHECK-MSAN-TSAN-MSAN-DARWIN: unsupported option '-fsanitize=memory' for target 'x86_64-apple-dar…
248 // CHECK-MSAN-TSAN-MSAN-DARWIN-NOT: unsupported option
250 …ead,memory -fsanitize=memory %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-MSAN-MSAN-DARWIN
251 // CHECK-TSAN-MSAN-MSAN-DARWIN: unsupported option '-fsanitize=memory' for target 'x86_64-apple-dar…
252 // CHECK-TSAN-MSAN-MSAN-DARWIN-NOT: unsupported option
254 …-apple-darwin -fsanitize=thread %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-X86-64-DARWIN
255 // CHECK-TSAN-X86-64-DARWIN-NOT: unsupported option
257 …mulator -fsanitize=thread %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-X86-64-IOSSIMULATOR
258 // CHECK-TSAN-X86-64-IOSSIMULATOR-NOT: unsupported option
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_aarch64.S32 // call tsan interceptor
80 // call tsan interceptor
130 // call tsan interceptor
182 // call tsan interceptor
Dtsan_interface_java.h10 // This file is a part of ThreadSanitizer (TSan), a race detector.
13 // The interface is intended to be used from within a JVM and notify TSan
41 // Returns exit status or 0 if tsan does not want to override it.
/external/compiler-rt/test/tsan/Linux/
Dcheck_memcpy.cc1 // Test that verifies TSan runtime doesn't contain compiler-emitted
2 // memcpy/memmove calls. It builds the binary with TSan and passes it to
/external/compiler-rt/lib/
DCMakeLists.txt40 add_subdirectory(tsan)
41 add_subdirectory(tsan/dd)
/external/swiftshader/third_party/subzero/Makefile.standalone-help/
Dhelp.txt19 TSAN=1
20 Enable TSan support, i.e. -fsanitize=thread

12345678910>>...13