Page MenuHomeFreeBSD

Add atomic_fcmpset_*() inlines for powerpc
ClosedPublic

Authored by jhibbits on Jan 25 2017, 5:31 AM.
Tags
None
Referenced Files
F87319197: D9325.diff
Mon, Jul 1, 5:37 PM
F87295437: D9325.diff
Mon, Jul 1, 10:06 AM
Unknown Object (File)
Sat, Jun 22, 10:13 PM
Unknown Object (File)
May 25 2024, 8:21 AM
Unknown Object (File)
Mar 26 2024, 9:20 PM
Unknown Object (File)
Mar 26 2024, 8:51 PM
Unknown Object (File)
Feb 3 2024, 5:10 PM
Unknown Object (File)
Nov 17 2023, 7:53 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 Passed
Unit
No Test Coverage
Build Status
Buildable 6997
Build 7177: arc lint + arc unit

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.