[PATCH] D18132: [tsan] Detect uses of uninitialized, destroyed and invalid mutexes

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 08:44:24 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL263641: [tsan] Detect uses of uninitialized, destroyed and invalid mutexes (authored by kuba.brecka).

Changed prior to commit:
  http://reviews.llvm.org/D18132?vs=50550&id=50828#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18132

Files:
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_common_interceptors.inc
  compiler-rt/trunk/lib/tsan/rtl/tsan_debugging.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_report.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_report.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_mutex.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_suppressions.cc
  compiler-rt/trunk/test/tsan/mutex_lock_destroyed.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18132.50828.patch
Type: text/x-patch
Size: 6678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160316/3c8386b5/attachment.bin>


More information about the llvm-commits mailing list