-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QObjectData: relax accesses to postedEvents
If one wants to access the event list itself, they have to lock the postedEventList mutex, so none of these probably need any more ordering than Relaxed. I've left most of them in Acquire/Release because we don't have time to reason whether Relaxed suffices (the one exception is a loadRelaxed() that calls a function that does loadAcquire()). Amends commit ba6c1d2. Pick-to: 6.8 Change-Id: I35810f961b96aaf63d74fffd1eda73b3e059583d Reviewed-by: Fabian Kosmale <[email protected]>
- Loading branch information
1 parent
083e443
commit d7c9619
Showing
3 changed files
with
12 additions
and
11 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