So apparently there is no recursion involved, so the m_cs_chainstate can be a non-recursive mutex.
Backport of core#24103.
Backport of core#24235.
Differential D12227
Replace RecursiveMutex m_cs_chainstate with Mutex, and rename it Fabien on Oct 12 2022, 15:17. Authored by Tags None Subscribers None
Details
So apparently there is no recursion involved, so the m_cs_chainstate can be a non-recursive mutex. Backport of core#24103. With Debug and Clang: ninja all check Run the TSAN build.
Diff Detail
|