-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use Explicit Atomics In The Internal Spinlock #206
Use Explicit Atomics In The Internal Spinlock #206
Conversation
Still tracking some unusual bugs that are likely related to this so I'm converting it to a draft for now. |
1de43b1
to
45b86dc
Compare
45b86dc
to
2dd8e28
Compare
2dd8e28
to
a05ad28
Compare
Okay, it looks like the other issues were resolved by other patches at this point. This one's good to go too. @janciesko can you review this one when you get a minute? |
…omic loads and stores in the memory pool.
Throwing in a small fix for an intermittent race condition in this same section of code since it wouldn't make any sense without the context of this patch too. |
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.
LGTM
8a9e604
into
sandialabs:release-1.20-pre
Fixes #190.