forked from OSchip/llvm-project
7358a1104a
This patch splits the handling of racy address and racy stack into separate functions. If a race was already reported for the address, we can avoid the cost for collecting the involved stacks. This patch also removes the race condition in storing the racy address / racy stack. This race condition allowed all threads to report the race. This patch changes the transitive suppression of reports. Previously suppression could transitively chain memory location and racy stacks. Now racy memory and racy stack are separate suppressions. Commit again, now with fixed tests. Reviewed by: dvyukov Differential Revision: https://reviews.llvm.org/D83625 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
tsan_bench.cpp | ||
tsan_mop.cpp | ||
tsan_mutex.cpp | ||
tsan_posix.cpp | ||
tsan_posix_util.h | ||
tsan_string.cpp | ||
tsan_test.cpp | ||
tsan_test_util.h | ||
tsan_test_util_posix.cpp | ||
tsan_thread.cpp |