Page MenuHomePhabricator

refactor: Drop boost::thread stuff in CCheckQueue
ClosedPublic

Authored by PiRK on Feb 4 2022, 10:47.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCe376425680c8: refactor: Drop boost::thread stuff in CCheckQueue
Summary
Test Plan

With TSAN: ninja && ninja check check-functional

cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
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.Feb 4 2022, 10:47
Fabien requested changes to this revision.Feb 4 2022, 13:13
Fabien added a subscriber: Fabien.

Please add a Clang (for annotations) and Debug (for lock order consistency) runs to the test plan.

This revision now requires changes to proceed.Feb 4 2022, 13:13
PiRK edited the test plan for this revision. (Show Details)

add clang and debug runs to test plan

This revision is now accepted and ready to land.Feb 4 2022, 13:39