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)
Tue, Apr 21, 9:27 AM
Unknown Object (File)
Tue, Apr 21, 2:05 AM
Unknown Object (File)
Mon, Apr 20, 6:10 PM
Unknown Object (File)
Sun, Apr 19, 12:22 PM
Unknown Object (File)
Fri, Apr 17, 10:05 PM
Unknown Object (File)
Fri, Apr 17, 9:54 PM
Unknown Object (File)
Thu, Apr 16, 9:20 AM
Unknown Object (File)
Mar 28 2026, 8:26 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