Page MenuHomeFreeBSD

Add atomic_fcmpset_*() inlines for powerpc
ClosedPublic

Authored by jhibbits on Jan 25 2017, 5:31 AM.
Tags
None
Referenced Files
F153797098: D9325.diff
Thu, Apr 23, 8:02 PM
Unknown Object (File)
Sun, Apr 12, 9:42 AM
Unknown Object (File)
Sat, Apr 11, 4:30 PM
Unknown Object (File)
Fri, Apr 10, 12:43 PM
Unknown Object (File)
Thu, Apr 9, 11:37 PM
Unknown Object (File)
Tue, Apr 7, 4:39 PM
Unknown Object (File)
Tue, Apr 7, 3:56 PM
Unknown Object (File)
Tue, Mar 31, 11:05 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.