Searched refs:is_tsan (Results 1 – 10 of 10) sorted by relevance
/external/grpc-grpc/test/cpp/qps/ |
D | gen_build_yaml.py | 34 def mutate_scenario(scenario_json, is_tsan): argument 40 if is_tsan and ( 48 def _scenario_json_string(scenario_json, is_tsan): argument 49 … = {'scenarios': [scenario_config.remove_nonproto_fields(mutate_scenario(scenario_json, is_tsan))]} 52 def threads_required(scenario_json, where, is_tsan): argument 53 scenario_json = mutate_scenario(scenario_json, is_tsan) 58 def guess_cpu(scenario_json, is_tsan): argument 59 client = threads_required(scenario_json, 'client', is_tsan) 60 server = threads_required(scenario_json, 'server', is_tsan)
|
/external/perfetto/gn/standalone/sanitizers/ |
D | sanitizers.gni | 21 if (is_asan || is_tsan || is_ubsan) { 25 if (is_tsan) { 58 using_sanitizer = is_asan || is_lsan || is_tsan || is_msan || is_ubsan 61 assert(!is_tsan || (is_linux || is_mac), "tsan only supported on linux and mac")
|
D | vars.gni | 26 is_tsan = false 51 is_asan || is_lsan || is_tsan || is_msan || is_ubsan || use_libfuzzer 57 assert(!is_tsan || (is_linux || is_mac), "tsan only supported on linux and mac")
|
D | BUILD.gn | 60 if (is_tsan) { 122 if (is_tsan) {
|
/external/perfetto/tools/sanitizers_unittests/ |
D | README.md | 4 sanitizers (`is_asan`, `is_lsan`, `is_msan`, `is_tsan`, `is_ubsan`) do actually
|
/external/perfetto/infra/kokoro_ci/linux/ |
D | ci-clang-x86_64-tsan.cfg | 23 value: "is_debug=false is_tsan=true"
|
/external/perfetto/docs/ |
D | build-instructions.md | 139 `is_tsan = true`:
|
/external/v8/tools/unittests/ |
D | run_tests_test.py | 356 is_msan=True, is_tsan=True, is_ubsan_vptr=True, target_cpu='x86',
|
/external/v8/infra/mb/ |
D | mb_config.pyl | 777 'gn_args': 'is_tsan=true',
|
/external/v8/ |
D | BUILD.gn | 1131 "is_tsan=$is_tsan", 3127 if (is_tsan && !build_with_chromium) {
|