-
Notifications
You must be signed in to change notification settings - Fork 1.2k
merge #11640, #11599, #16112, #16127, #18635, #19249: thread safety and locking improvements #4190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5a3e779
to
a473cb6
Compare
@@ -4,6 +4,7 @@ | |||
// file COPYING or http://www.opensource.org/licenses/mit-license.php. | |||
|
|||
#include <threadinterrupt.h> | |||
#include <sync.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should be a newline between sync and threadinterupt
pls see UdjinM6@ab285f1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Overview
General backports from Bitcoin Core that deal with threadlocks, part of a larger effort to bring them to par with Core.
Contents
bitcoin#11640, bitcoin#11599, bitcoin#16112, bitcoin#16127, bitcoin#18635, bitcoin#19249
Disclosures