summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_mutex.cc
AgeCommit message (Expand)Author
2014-02-27tsan: fix internal deadlock detector for external deadlock detectorDmitry Vyukov
2014-02-14[tsan] rudimentary support for deadlock detector in tsan (nothing really work...Kostya Serebryany
2013-04-30tsan: fix deadlock detector table (OK to lock sync var mutex during reporting)Dmitry Vyukov
2012-12-21tsan: update mutex table for javaDmitry Vyukov
2012-12-13tsan: completely disable deadlock detector for GoDmitry Vyukov
2012-12-06tsan: add mutexsets to reportsDmitry Vyukov
2012-11-02[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov
2012-09-13[TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov
2012-08-30tsan: use stack depot to describe heap blocksDmitry Vyukov
2012-07-05tsan: Go language supportDmitry Vyukov
2012-06-29tsan/asan: unify ScopedLockDmitry Vyukov
2012-06-18[Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-05-22tsan: simple memory profilerDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany