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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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