summaryrefslogtreecommitdiff
path: root/test/tsan/mutex_cycle_long.c
Commit message (Collapse)AuthorAgeFilesLines
* [tsan] Don't abort when a deadlock detector finds a mutex cycle longer than 10Kuba Brecka2016-05-211-0/+42
In one of the already existing apps that I'm testing TSan on, I really see a mutex path that is longer than 10 (but not by much, something like 11-13 actually). Let's raise this to 20 and weaken the assertion so we don't crash. Differential Revision: http://reviews.llvm.org/D20427 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270319 91177308-0d34-0410-b5e6-96231b3b80d8