Page MenuHomeFreeBSD

arm: Implement atomic_testandset_acq_long as a simple wrapper
ClosedPublic

Authored by jhb on Nov 15 2024, 8:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 5:05 AM
Unknown Object (File)
Thu, Oct 16, 5:05 AM
Unknown Object (File)
Tue, Oct 14, 9:58 PM
Unknown Object (File)
Tue, Oct 14, 12:44 AM
Unknown Object (File)
Tue, Oct 14, 12:35 AM
Unknown Object (File)
Sun, Oct 12, 7:17 PM
Unknown Object (File)
Sun, Oct 12, 7:17 PM
Unknown Object (File)
Sun, Oct 12, 7:47 AM
Subscribers

Details

Summary

Use a memory barrier after calling the existing atomic_testandset_long
rather than using the fcmpset-based fallback version from
<sys/_atomic_subword.h>.

Sponsored by: AFRL, DARPA

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60620
Build 57504: arc lint + arc unit