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)
Fri, Nov 21, 6:21 AM
Unknown Object (File)
Tue, Nov 18, 2:19 PM
Unknown Object (File)
Mon, Nov 17, 2:41 AM
Unknown Object (File)
Thu, Nov 6, 8:17 AM
Unknown Object (File)
Wed, Oct 29, 11:26 AM
Unknown Object (File)
Oct 21 2025, 11:53 PM
Unknown Object (File)
Oct 16 2025, 5:05 AM
Unknown Object (File)
Oct 16 2025, 5:05 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