Page MenuHomeFreeBSD

Update refcount(9).
ClosedPublic

Authored by kib on Jul 21 2019, 8:43 PM.
Tags
None
Referenced Files
F131799593: D21020.diff
Sat, Oct 11, 6:32 AM
F131765859: D21020.id60049.diff
Sat, Oct 11, 12:04 AM
Unknown Object (File)
Fri, Oct 10, 3:56 AM
Unknown Object (File)
Jul 27 2025, 5:33 AM
Unknown Object (File)
Jul 26 2025, 9:15 PM
Unknown Object (File)
Jul 26 2025, 7:53 PM
Unknown Object (File)
Jul 25 2025, 10:06 PM
Unknown Object (File)
Jul 25 2025, 10:05 PM
Subscribers

Details

Reviewers
markj
mjg
jhb
Group Reviewers
manpages
Commits
rS350243: Update refcount(9).
Summary

Describe missed functions.
Give some hint about refcount_release(9) memory ordering guarantees.

Diff Detail

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

Event Timeline

markj added inline comments.
share/man/man9/refcount.9
124 ↗(On Diff #60000)

The comma is unnecessary.

149 ↗(On Diff #60000)

I think it should be either "releasing the reference" or "decrementing the reference counter".

This revision is now accepted and ready to land.Jul 23 2019, 2:51 PM
kib marked 2 inline comments as done.

Mark' suggestions.

This revision now requires review to proceed.Jul 23 2019, 3:53 PM
This revision is now accepted and ready to land.Jul 23 2019, 3:55 PM
This revision was automatically updated to reflect the committed changes.