OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsan
(Results
1 - 15
of
15
) sorted by null
/external/compiler-rt/lib/tsan/
Makefile.mk
1
#===- lib/
tsan
/Makefile.mk ---------------------------------*- Makefile -*--===#
10
ModuleName :=
tsan
check_cmake.sh
15
ninja check-
tsan
check_memcpy.sh
3
# Ensure that
tsan
runtime does not contain compiler-emitted memcpy and memset calls.
8
TEST_DIR=$ROOTDIR/../../test/
tsan
/external/compiler-rt/lib/tsan/rtl/
Makefile.mk
1
#===- lib/
tsan
/rtl/Makefile.mk -----------------------------*- Makefile -*--===#
10
ModuleName :=
tsan
24
# Define a convenience variable for all the
tsan
functions.
/external/chromium_org/tools/valgrind/
chrome_tests.bat
19
echo "Please specify a tool (
tsan
or drmemory) by using --tool flag"
30
if "%TOOL_NAME%" == "
tsan
" GOTO :SETUP_TSAN
31
echo "Unknown tool: `%TOOL_NAME%`! Only
tsan
and drmemory are supported right now"
52
:: Set up PIN_COMMAND to invoke
TSan
{{{1
53
set TSAN_PATH=%THISDIR%..\..\third_party\
tsan
54
set TSAN_SFX=%TSAN_PATH%\
tsan
-x86-windows-sfx.exe
63
set PIN_COMMAND=%TSAN_PATH%\unpacked\
tsan
-x86-windows\
tsan
.bat
valgrind.sh
33
RUN_COMMAND="valgrind-
tsan
.sh"
34
IGNORE_FILE="$THISDIR/
tsan
/ignores.txt"
68
tsan
*) setup_tsan;;
/external/compiler-rt/lib/
Makefile.mk
21
SubDirs +=
tsan
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.bat
28
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
/external/compiler-rt/test/tsan/
test_output.sh
7
TSAN_DIR=$(dirname $0)/../../lib/
tsan
/external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh
82
#
TSan
83
TSAN_RTL=${COMPILER_RT}/lib/
tsan
87
run_lint ${TSAN_LIT_TEST_LINT_FILTER} ${LIT_TESTS}/
tsan
/*.cc &
/external/compiler-rt/make/platform/
clang_linux.mk
66
tsan
-x86_64 msan-x86_64 ubsan-x86_64 ubsan_cxx-x86_64 dfsan-x86_64 \
73
Arch.
tsan
-x86_64 := x86_64
105
CFLAGS.
tsan
-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS) -fno-rtti
147
FUNCTIONS.
tsan
-x86_64 := $(TsanFunctions) $(InterceptionFunctions) \
/external/chromium_org/v8/tools/
run-tests.py
245
result.add_option("--
tsan
",
246
help="Regard test expectations for
TSAN
",
310
if options.
tsan
:
506
"
tsan
": options.
tsan
,
/external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py
163
elif options.tool == '
tsan
':
/external/clang/runtime/compiler-rt/
Makefile
140
asan_cxx-x86_64.a
tsan
-x86_64.a msan-x86_64.a ubsan-x86_64.a \
/external/chromium_org/tools/clang/scripts/
update.sh
142
elif [[ "$GYP_DEFINES" =~ .*(clang|
tsan
|asan|lsan|msan)=1.* ]]; then
Completed in 197 milliseconds