Page MenuHomePhabricator

txmempool: add thread safety annotations
ClosedPublic

Authored by PiRK on Apr 5 2022, 12:31.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCe92930083c32: txmempool: add thread safety annotations
Summary

Add missing thread safety guards to CTxMempool members.

This is a backport of core#22003

Test Plan

With clang and debug:
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Apr 5 2022, 12:31
Fabien requested changes to this revision.Apr 5 2022, 14:16
Fabien added a subscriber: Fabien.

The test plan does not cover the changes. Annotation require clang thread safety analysis.

This revision now requires changes to proceed.Apr 5 2022, 14:16
PiRK requested review of this revision.Apr 5 2022, 15:56
PiRK edited the test plan for this revision. (Show Details)

test plan edited

This revision is now accepted and ready to land.Apr 5 2022, 16:39
This revision was automatically updated to reflect the committed changes.