summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_deadlock_detector_test.cc
AgeCommit message (Expand)Author
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-05-30tsan: optimize memory access functionsDmitry Vyukov
2014-03-21[sanitizer] print threads in deadlock reportKostya Serebryany
2014-03-19[sanitizer] when recycling deadlock graph nodes, properly recycle edgesKostya Serebryany
2014-03-17[sanitizer] allow to store the lock context (stack trace id) with all current...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-02-28[sanitizer] speedup deadlock detector for the case when we acquire the first ...Kostya Serebryany
2014-02-27[sanitizer] do not acquire a global mutex in deadlock detector when dealing w...Kostya Serebryany
2014-02-25[sanitizer] add support for try_lock in deadlock detectorKostya Serebryany
2014-02-25[sanitizer] fix epoch handling in deadlock detector (before the fix, we could...Kostya Serebryany
2014-02-18[sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany
2014-02-17[sanitizer] add tests for DeadlockDetector, minor fix in onLockKostya Serebryany
2014-02-17[sanitizer] implement node removal in Deadlock graphKostya Serebryany
2014-02-17[sanitizer] simplify DeadlockDetectorTLSKostya Serebryany
2014-02-17[sanitizer] add one more test for deadlock detection stuffKostya Serebryany
2014-02-13[sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany