Add missing thread safety guards to CTxMempool members.
This is a backport of core#22003
Differential D11307
txmempool: add thread safety annotations PiRK on Apr 5 2022, 12:31. Authored by
Details
Add missing thread safety guards to CTxMempool members. This is a backport of core#22003 With clang and debug:
Diff Detail
Event TimelineComment Actions The test plan does not cover the changes. Annotation require clang thread safety analysis. |