Page MenuHomePhabricator

Lock before checking if orphan_work_set is empty; indicate it is guarded
ClosedPublic

Authored by PiRK on Nov 24 2021, 17:13.

Details

Summary
Test Plan
cmake .. -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DENABLE_SANITIZERS=thread
ninja && ninja check check-functional

Event Timeline

PiRK requested review of this revision.Nov 24 2021, 17:14
This revision is now accepted and ready to land.Nov 25 2021, 10:53
Fabien requested changes to this revision.Nov 25 2021, 10:53

Please update the test plan (and run the tests) to challenge the locks

This revision now requires changes to proceed.Nov 25 2021, 10:53

run thread sanitizer as test plan

This revision is now accepted and ready to land.Nov 25 2021, 15:09