Page MenuHomeFreeBSD

Add atomic_fcmpset_*() inlines for powerpc
ClosedPublic

Authored by jhibbits on Jan 25 2017, 5:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 11 2025, 4:14 AM
Unknown Object (File)
Sep 3 2025, 9:50 PM
Unknown Object (File)
Sep 3 2025, 7:37 PM
Unknown Object (File)
Jul 7 2025, 11:03 AM
Unknown Object (File)
Jul 3 2025, 4:46 PM
Unknown Object (File)
Jun 30 2025, 9:14 AM
Unknown Object (File)
Jun 28 2025, 9:32 PM
Unknown Object (File)
Jun 28 2025, 4:46 PM
Subscribers

Details

Summary

Requested by mjg. atomic_fcmpset_*() is analogous to atomic_cmpset(),
but saves off the read value from the target memory location into the 'old'
pointer.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhibbits retitled this revision from to Add atomic_fcmpset_*() inlines for powerpc.
jhibbits updated this object.
jhibbits edited the test plan for this revision. (Show Details)
jhibbits added reviewers: mjg, nwhitehorn.
This revision was automatically updated to reflect the committed changes.