Page MenuHomePhabricator

Convert comments to thread safety annotations
ClosedPublic

Authored by deadalnix on Sep 14 2019, 15:04.

Details

Summary

This is a backport of Core PR14772

Test Plan
cmake -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ..
ninja

Check that there are no thread safety analysis warnings.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr14772
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7465
Build 12973: Bitcoin ABC Buildbot (legacy)
Build 12972: arc lint + arc unit

Event Timeline

Fabien requested changes to this revision.Sep 14 2019, 16:36
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/net.h
690 ↗(On Diff #11313)

Remove, no longer needed.

This revision now requires changes to proceed.Sep 14 2019, 16:36
This revision is now accepted and ready to land.Sep 14 2019, 16:45