summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h
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-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
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] fix build warnings; add an output test for the deadlock detecorKostya Serebryany
2014-03-05tsan: fix deadlock detector build for SANITIZER_DEADLOCK_DETECTOR_VERSION=2Dmitry Vyukov
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-28tsan: refactor deadlock detectorDmitry Vyukov