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)
May 15 2026, 4:47 PM
Unknown Object (File)
May 2 2026, 1:15 PM
Unknown Object (File)
May 1 2026, 10:25 AM
Unknown Object (File)
Apr 29 2026, 8:28 AM
Unknown Object (File)
Apr 28 2026, 4:08 PM
Unknown Object (File)
Apr 21 2026, 9:27 AM
Unknown Object (File)
Apr 21 2026, 2:05 AM
Unknown Object (File)
Apr 20 2026, 6:10 PM
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 Not Applicable
Unit
Tests Not Applicable