summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_rtl_mutex.cc
AgeCommit message (Expand)Author
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-07-12tsan: prepare clock for future changesDmitry Vyukov
2017-05-01tsan: support linker init flag in __tsan_mutex_destroyDmitry Vyukov
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-06-27tsan: don't create sync objects on acquireDmitry Vyukov
2016-06-03tsan: rely on AnnotateRWLockCreateStatic to detect linker-initialized mutexesDmitry Vyukov
2016-04-27tsan: change tsan/Go interface for obtaining the current ProcessorDmitry Vyukov
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-03-16[tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2015-09-01[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...Kostya Serebryany
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-11-03[TSan] Use StackTrace from sanitizer_common where applicableAlexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-09-10[TSan] Use common flags in the same way as all the other sanitizersAlexey Samsonov
2014-08-05tsan: allocate vector clocks using slab allocatorDmitry Vyukov
2014-07-08[tsan] fix deadlock detector's interoperation with java locks (https://code.g...Kostya Serebryany
2014-07-08[tsan] fix pthread_rwlock_tryrdlock interceptor, don't try to detect deadlock...Kostya Serebryany
2014-06-06tsan: fix mutex in Go modeDmitry Vyukov
2014-06-06tsan: disable reporting of mutex misuses in GoDmitry Vyukov
2014-06-05[TSan] Reduce the stack frame size of ReportDeadlockAlexey Samsonov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-05-28tsan: refactor suppressions machineryDmitry Vyukov
2014-04-25tsan: allow to suppress all reportsDmitry Vyukov
2014-04-25tsan: better reports for "unlock of an unlocked mutex"Dmitry Vyukov
2014-04-25tsan: better reports for "read lock of a write locked mutex"Dmitry Vyukov
2014-04-25tsan: improve "read unlock of a write locked mutex" reportDmitry Vyukov
2014-04-25tsan: better report for bad mutex unlocksDmitry Vyukov
2014-04-25tsan: better reports for "double lock of a mutex"Dmitry Vyukov
2014-03-24tsan: optimize vector clock operationsDmitry Vyukov
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-21[sanitizer] more human-readable deadlock reportsKostya Serebryany
2014-03-20tsan: deobfuscate global ctx variableDmitry Vyukov
2014-03-19tsan: add test for second_deadlock_stack flagDmitry Vyukov
2014-03-19tsan: preliminary support for Go deadlock detectorDmitry Vyukov
2014-03-19[sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...Kostya Serebryany
2014-03-17[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...Kostya Serebryany
2014-03-17[tsan] fox the GO buildKostya Serebryany
2014-03-17[sanitizer] fix build warnings; add an output test for the deadlock detecorKostya Serebryany
2014-03-17[sanitizer] print more stack traces when reporting a deadlock (even more to c...Kostya Serebryany
2014-03-13[sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...Kostya Serebryany
2014-03-05tsan: implement new version of standalong deadlock detectorDmitry Vyukov
2014-02-28tsan: refactor deadlock detectorDmitry Vyukov
2014-02-27[sanitizer] do not acquire a global mutex in deadlock detector when dealing w...Kostya Serebryany
2014-02-25[sanitizer] minimal support for recursive locks indeadlock detectorKostya Serebryany
2014-02-25[sanitizer] support pthread_rwlock_rd* in deadlock detectorKostya Serebryany
2014-02-25[sanitizer] partially support pthread_rwlock_* (no rd* form yet)Kostya Serebryany