-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add acquire/release where necessary for all atomic ops * Add sentinel member to ensure safe publication when tsan is active; tsan will not catch the previous errors without this member. * For all operations using relaxed memory order, comment why relaxed order is safe * Add a test that exercises racy fuses and space allocated checks without mutexes or other memory barriers from the test harness PiperOrigin-RevId: 708346752
- Loading branch information
1 parent
1223341
commit eba3650
Showing
6 changed files
with
162 additions
and
93 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
Oops, something went wrong.