summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_sync.h
Commit message (Expand)AuthorAge
* tsan: use StackDepot in sync object to store creation stacksDmitry Vyukov2013-03-18
* tsan: fix Java memory move operations and add the testDmitry Vyukov2012-12-21
* tsan: java interface implementation skeletonDmitry Vyukov2012-12-20
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-06
* tsan: better diagnostics for destroy of a locked mutex + a testDmitry Vyukov2012-08-16
* tsan: support for linker initializer mutexes with static storage durationDmitry Vyukov2012-08-16
* tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)Dmitry Vyukov2012-06-29
* tsan: do not call malloc/free in memory access handling routine.Dmitry Vyukov2012-06-22
* tsan: simple memory profilerDmitry Vyukov2012-05-22
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10