index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
test
/
tsan
/
deadlock_detector_stress_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in test/tsan to .cpp
Fangrui Song
2019-08-02
1
-625
/
+0
*
tsan: align default value of detect_deadlocks flag with actual behavior
Dmitry Vyukov
2018-12-19
1
-5
/
+5
*
[compiler-rt] Remove SANITIZER_AARCH64_VMA usage
Adhemerval Zanella
2015-11-30
1
-2
/
+2
*
[tsan] Fix deadlock_detector_stress_test.cc testcase for OS X
Kuba Brecka
2015-11-20
1
-1
/
+5
*
[tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS
Kuba Brecka
2015-11-19
1
-5
/
+5
*
[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...
Kostya Serebryany
2015-09-01
1
-0
/
+14
*
tsan: fix parsing of second_deadlock_stack flag
Dmitry Vyukov
2015-04-14
1
-1
/
+1
*
tsan: remove sleeps from tests
Dmitry Vyukov
2015-01-21
1
-7
/
+18
*
tsan: make positive tests more robust
Dmitry Vyukov
2014-05-30
1
-5
/
+5
*
Add %run to all lit tests
Greg Fitzgerald
2014-04-30
1
-5
/
+5
*
[sanitizer] one more stress test for the deadlock detector; this one stresses...
Kostya Serebryany
2014-04-01
1
-4
/
+29
*
[sanitizer] print threads in deadlock report
Kostya Serebryany
2014-03-21
1
-0
/
+5
*
[sanitizer] more human-readable deadlock reports
Kostya Serebryany
2014-03-21
1
-9
/
+11
*
tsan: add test for second_deadlock_stack flag
Dmitry Vyukov
2014-03-19
1
-5
/
+14
*
[sanitizer] a bit more informative deadlock detector report (still lots to im...
Kostya Serebryany
2014-03-18
1
-2
/
+2
*
[sanitizer] reverse the order of the stack traces printed for every pair of l...
Kostya Serebryany
2014-03-17
1
-4
/
+4
*
[sanitizer] make the deadlock detector print 2*N stack traces on lock-order-i...
Kostya Serebryany
2014-03-17
1
-0
/
+4
*
[sanitizer] one more output test for the deadlock detector
Kostya Serebryany
2014-03-17
1
-11
/
+30
*
[sanitizer] fix build warnings; add an output test for the deadlock detecor
Kostya Serebryany
2014-03-17
1
-0
/
+29
*
[sanitizer] support recursive rwlocks in bitset-based deadlock detector
Kostya Serebryany
2014-03-13
1
-1
/
+2
*
tsan: prevent actual deadlock in deadlock detector test
Dmitry Vyukov
2014-02-28
1
-1
/
+2
*
[sanitizer] speedup deadlock detector for the case when we acquire the first ...
Kostya Serebryany
2014-02-28
1
-2
/
+1
*
[sanitizer] speedup deadlock detector for the case when we destroy a mutex th...
Kostya Serebryany
2014-02-28
1
-1
/
+1
*
[sanitizer] a test for recursive rwlock and deadlock detector (currently fails)
Kostya Serebryany
2014-02-28
1
-0
/
+10
*
[tsan] one more test for deadlock detector
Kostya Serebryany
2014-02-28
1
-2
/
+22
*
tsan: 2 more deadlock detector benchmarks
Dmitry Vyukov
2014-02-27
1
-0
/
+50
*
tsan: fix deadlock detector lit test output
Dmitry Vyukov
2014-02-27
1
-1
/
+1
*
tsan: add another deadlock detector benchmark
Dmitry Vyukov
2014-02-27
1
-0
/
+29
*
tsan: add recursive deadlock detector benchmark
Dmitry Vyukov
2014-02-27
1
-3
/
+30
*
tsan: improve deadlock detector test
Dmitry Vyukov
2014-02-27
1
-18
/
+51
*
tsan: fix deadlock detector test so that it does not force contention in runtime
Dmitry Vyukov
2014-02-26
1
-12
/
+21
*
[sanitizer] minimal support for recursive locks indeadlock detector
Kostya Serebryany
2014-02-25
1
-1
/
+28
*
Update sanitizers' bash scripts.
Alexey Samsonov
2014-02-25
1
-2
/
+2
*
[sanitizer] support pthread_rwlock_rd* in deadlock detector
Kostya Serebryany
2014-02-25
1
-1
/
+42
*
[sanitizer] partially support pthread_rwlock_* (no rd* form yet)
Kostya Serebryany
2014-02-25
1
-15
/
+29
*
[tsan] add deadlock detector tests for pthread_spin_lock
Kostya Serebryany
2014-02-25
1
-15
/
+39
*
[sanitizer] add support for try_lock in deadlock detector
Kostya Serebryany
2014-02-25
1
-0
/
+35
*
[tsan] one more test for deadlock detector
Kostya Serebryany
2014-02-24
1
-5
/
+26
*
[tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...
Kostya Serebryany
2014-02-21
1
-9
/
+46
*
[tsan] improve the test that checks for lock inversion with 3 locks
Kostya Serebryany
2014-02-19
1
-1
/
+8
*
[tsan] when printing a mutex, also print its address. Properly print the dead...
Kostya Serebryany
2014-02-19
1
-9
/
+11
*
[sanitizer] when reporting a deadlock also report the lock cycle
Kostya Serebryany
2014-02-18
1
-0
/
+8
*
[sanitizer] make sure the deadlock detector survives the change of epochs; ad...
Kostya Serebryany
2014-02-18
1
-0
/
+23
*
[tsan] in deadlock detector do not register locks on their creation and unreg...
Kostya Serebryany
2014-02-18
1
-0
/
+20
*
[tsan] one more lit test for deadlock detector; more to come
Kostya Serebryany
2014-02-18
1
-0
/
+65