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