summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_sync.h
AgeCommit message (Expand)Author
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-06-13tsan: fix reading of mutex flagsDmitry Vyukov
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2016-07-29tsan: Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-06-27tsan: don't create sync objects on acquireDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2015-07-26tsan: fix shift overflowDmitry Vyukov
2015-03-12tsan: fix crash during __tsan_java_moveDmitry Vyukov
2014-08-05tsan: allocate vector clocks using slab allocatorDmitry Vyukov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-03-24tsan: reorder SyncVar members to reduce contentionDmitry Vyukov
2014-03-20tsan: remove unused function declarationsDmitry Vyukov
2014-03-20tsan: remove unused declarationDmitry Vyukov
2014-02-28tsan: refactor deadlock detectorDmitry Vyukov
2014-02-14[tsan] rudimentary support for deadlock detector in tsan (nothing really work...Kostya Serebryany
2013-03-18tsan: use StackDepot in sync object to store creation stacksDmitry Vyukov
2012-12-21tsan: fix Java memory move operations and add the testDmitry Vyukov
2012-12-20tsan: java interface implementation skeletonDmitry Vyukov
2012-12-06tsan: add mutexsets to reportsDmitry Vyukov
2012-08-16tsan: better diagnostics for destroy of a locked mutex + a testDmitry Vyukov
2012-08-16tsan: support for linker initializer mutexes with static storage durationDmitry Vyukov
2012-06-29tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)Dmitry Vyukov
2012-06-22tsan: do not call malloc/free in memory access handling routine.Dmitry Vyukov
2012-05-22tsan: simple memory profilerDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany