llvm-project/compiler-rt/lib/tsan
Dmitry Vyukov dc2a38cdf2 tsan: fix reading of mutex flags
SyncVar::IsFlagSet returns true if any flag is set.
This is wrong. Check the actual requested flag.

llvm-svn: 305281
2017-06-13 09:37:51 +00:00
..
benchmarks
dd Revert "[sancov] moving sancov rt to sancov/ directory" 2017-01-12 01:37:35 +00:00
go [tsan] Track external tags in thread traces 2017-04-30 20:35:18 +00:00
rtl tsan: fix reading of mutex flags 2017-06-13 09:37:51 +00:00
tests [powerpc] deactivate flakey tests on powerpc64le 2017-05-01 13:56:04 +00:00
.clang-format Tell clang-format that (most) sanitizers are written using Google style guide. 2015-11-19 22:11:10 +00:00
CMakeLists.txt [tsan] Provide API for libraries for race detection on custom objects 2017-02-02 13:17:05 +00:00
analyze_libtsan.sh [TSan] Slightly improve check_analyze script. 2015-12-07 20:18:50 +00:00
check_analyze.sh [tsan] Update tsan test for r303084 2017-05-16 02:06:15 +00:00
check_cmake.sh tsan: use a different dir for llvm build 2014-10-15 08:56:15 +00:00