index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sanitizer_common
/
sanitizer_deadlock_detector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsan: fix deadlock reporting
Dmitry Vyukov
2014-12-18
1
-0
/
+1
*
tsan: fix failing CHECK In deadlock detector
Dmitry Vyukov
2014-12-18
1
-1
/
+4
*
sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literals
Hans Wennborg
2014-04-14
1
-5
/
+8
*
[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...
Kostya Serebryany
2014-03-31
1
-7
/
+12
*
[sanitizer] print threads in deadlock report
Kostya Serebryany
2014-03-21
1
-5
/
+11
*
[sanitizer] use some c++11 to simplify the code (we can now). Fix one place w...
Kostya Serebryany
2014-03-19
1
-11
/
+7
*
[sanitizer] when recycling deadlock graph nodes, properly recycle edges
Kostya Serebryany
2014-03-19
1
-2
/
+10
*
[sanitizer] reverse the order of the stack traces printed for every pair of l...
Kostya Serebryany
2014-03-17
1
-2
/
+2
*
[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...
Kostya Serebryany
2014-03-17
1
-7
/
+13
*
[sanitizer] allow to store the lock context (stack trace id) with all current...
Kostya Serebryany
2014-03-17
1
-12
/
+46
*
[sanitizer] fully implement racy fast path in bitset-based deadlock detector
Kostya Serebryany
2014-03-14
1
-2
/
+17
*
[sanitizer] partially implement racy fast path in bitset-based deadlock detector
Kostya Serebryany
2014-03-14
1
-0
/
+10
*
[sanitizer] in bitset-based deadlock detector collect edge's stack trace when...
Kostya Serebryany
2014-03-14
1
-7
/
+47
*
[sanitizer] in bitvector-based deadlock detector split onLock into onLockBefo...
Kostya Serebryany
2014-03-13
1
-11
/
+27
*
[sanitizer] support recursive rwlocks in bitset-based deadlock detector
Kostya Serebryany
2014-03-13
1
-4
/
+22
*
[sanitizer] speedup deadlock detector for the case when we acquire the first ...
Kostya Serebryany
2014-02-28
1
-2
/
+16
*
[sanitizer] do not acquire a global mutex in deadlock detector when dealing w...
Kostya Serebryany
2014-02-27
1
-10
/
+17
*
[sanitizer] add support for try_lock in deadlock detector
Kostya Serebryany
2014-02-25
1
-1
/
+18
*
[sanitizer] fix epoch handling in deadlock detector (before the fix, we could...
Kostya Serebryany
2014-02-25
1
-16
/
+25
*
[sanitizer] when reporting a deadlock also report the lock cycle
Kostya Serebryany
2014-02-18
1
-0
/
+21
*
[sanitizer] make sure the deadlock detector survives the change of epochs; ad...
Kostya Serebryany
2014-02-18
1
-1
/
+14
*
[sanitizer] add tests for DeadlockDetector, minor fix in onLock
Kostya Serebryany
2014-02-17
1
-1
/
+10
*
[sanitizer] implement node removal in Deadlock graph
Kostya Serebryany
2014-02-17
1
-4
/
+7
*
[sanitizer] simplify DeadlockDetectorTLS
Kostya Serebryany
2014-02-17
1
-38
/
+28
*
[sanitizer] add iterators to bit vectors; make bit vector operations use litt...
Kostya Serebryany
2014-02-14
1
-1
/
+3
*
[sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...
Kostya Serebryany
2014-02-13
1
-3
/
+3
*
[sanitizer] address some of the dvyukov's comments on previous commits
Kostya Serebryany
2014-02-13
1
-2
/
+12
*
[sanitizer] findPath for deadlock detector
Kostya Serebryany
2014-02-13
1
-0
/
+2
*
[sanitizer] more code for deadlock detector, nothing really works yet (except...
Kostya Serebryany
2014-02-13
1
-0
/
+158