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)
Nov 9 2024, 10:49 AM
Unknown Object (File)
Oct 1 2024, 3:04 PM
Unknown Object (File)
Sep 25 2024, 7:19 AM
Unknown Object (File)
Sep 25 2024, 6:46 AM
Unknown Object (File)
Sep 24 2024, 7:57 AM
Unknown Object (File)
Sep 24 2024, 4:16 AM
Unknown Object (File)
Sep 21 2024, 4:03 AM
Unknown Object (File)
Sep 18 2024, 1:50 AM
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.