-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug #25952493: MOVE LOCK-FREE DATA STRUCTURES TO STD::ATOMIC
Move all of our lock-free data structures std::atomic. This gives greatly increased type safety, as well as being one part on the step towards removing our own my_atomic system. Change-Id: Ic8dccd14cd85caf6fdb787d52335668188895644
- Loading branch information
Steinar H. Gunderson
committed
Apr 26, 2017
1 parent
044c04e
commit 78c6c70
Showing
6 changed files
with
146 additions
and
109 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
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.