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.
Details
Details
- Reviewers
nwhitehorn mjg - Commits
- rS312973: Add atomic_fcmpset_*() inlines for powerpc
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable