Jonathan Verner via llvm-dev
2021-Nov-05 00:17 UTC
[llvm-dev] Does TSA support recursive/re-entrant mutexes?
Hello, looking at the documentation at https://clang.llvm.org/docs/ThreadSafetyAnalysis.html it seems that the TSA does not support recursive/re-entrant locks. Is that the case? Thanks! Jonathan