-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#3956 arm locks: Use release-acquire atomics for ARM (#4262)
Adds a "dmb ish" barrier prior to the "ldrex..strex" loops in the atomics used to implement mutexes and other operations on 32-bit ARM where we need release-acquire semantics. Issue: #3956
- Loading branch information
1 parent
4f9b460
commit a072799
Showing
1 changed file
with
12 additions
and
6 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