summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
AgeCommit message (Expand)Author
2016-05-21[tsan] Don't abort when a deadlock detector finds a mutex cycle longer than 10Kuba Brecka
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-19tsan: add test for second_deadlock_stack flagDmitry Vyukov
2014-03-19[sanitizer] use some c++11 to simplify the code (we can now). Fix one place w...Kostya Serebryany
2014-03-19tsan: fix large stack frame in deadlock detectorDmitry Vyukov
2014-03-18tsan: deadlock detector: add deadlock detector flagsDmitry Vyukov
2014-03-17[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...Kostya Serebryany
2014-03-17[sanitizer] print more stack traces when reporting a deadlock (even more to c...Kostya Serebryany
2014-03-14[sanitizer] fully implement racy fast path in bitset-based deadlock detectorKostya Serebryany
2014-03-14[sanitizer] partially implement racy fast path in bitset-based deadlock detectorKostya Serebryany
2014-03-14[sanitizer] in bitset-based deadlock detector collect edge's stack trace when...Kostya Serebryany
2014-03-13[sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...Kostya Serebryany
2014-03-13[sanitizer] support recursive rwlocks in bitset-based deadlock detectorKostya Serebryany
2014-03-05tsan: implement new version of standalong deadlock detectorDmitry Vyukov
2014-03-04tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov
2014-02-28[sanitizer] speedup deadlock detector for the case when we acquire the first ...Kostya Serebryany
2014-02-28[sanitizer] speedup deadlock detector for the case when we destroy a mutex th...Kostya Serebryany
2014-02-28tsan: refactor deadlock detectorDmitry Vyukov