-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
strengthen setglobal to default to release-consume ordering (#47742)
In looking at a TSAN report recently, I noticed that globals were getting stored as atomic-unordered (since c92ab5e #44182), instead of atomic-release as intended (since 46135df #45484). (cherry picked from commit f4534d1)
- Loading branch information
1 parent
fcf02e8
commit 628c953
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters