HomeSort by relevance Sort by last modified time
    Searched refs:TSAN (Results 1 - 3 of 3) sorted by null

  /external/valgrind/tsan/
get_and_build_tsan.sh 8 echo "Usage: $0 /tsan/installation/path [svn/root/dir]"
49 cd $TOPDIR/tsan || exit 1
54 TSAN=$TOPDIR/tsan/bin/tsan-$VG_ARCH-$VG_OS-self-contained.sh
59 $TSAN --color bin/demo_tests-${VG_OS}-${VG_ARCH}-O1 --gtest_filter="DemoTests.RaceReportDemoTest" || exit 1
62 echo "ThreadSanitizer is built: $TSAN"
  /external/valgrind/unittest/
run_output_tests.sh 18 CMD="$TSAN $SUPP $IGNORE -- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output.py output_tests/${TEST}.tmpl"
  /external/compiler-rt/make/platform/
clang_linux.mk 50 # Configuration for TSAN runtime.
52 Configs += tsan-x86_64
53 Arch.tsan-x86_64 := x86_64
68 CFLAGS.tsan-x86_64 := $(CFLAGS) -m64 -fPIE -fno-builtin
86 FUNCTIONS.tsan-x86_64 := $(TsanFunctions) $(InterceptionFunctions) \

Completed in 171 milliseconds