Page MenuHomePhabricator

Add thread safety annotated wrapper for std::mutex
ClosedPublic

Authored by deadalnix on Oct 11 2020, 00:39.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC902d495d4e29: Add thread safety annotated wrapper for std::mutex
Summary

Co-authored-by: Anthony Towns <aj@erisian.com.au>

This is part [1/5] of Core PR18635 : https://github.com/bitcoin/bitcoin/pull/18635/commits/79be4874209f71ba6428a80c40c9f028ac936c41

Test Plan
ninja all check

Using clang. Check that the thread safety analysis is happy with it.