summaryrefslogtreecommitdiffstats
path: root/share/man/man9/rmlock.9
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup.brueffer2007-11-111-12/+14
|
* Add rm_wowned(9) function to test whether the current thread owns anrwatson2007-11-101-2/+8
| | | | | | exclusive lock on the passed rmlock. Reviewed by: ups
* Clean up the rmlock(9) manual page:hmp2007-11-101-24/+43
| | | | | | | | | | * Correct spelling and grammar * Re-structure sentences in BUGS section for legibility * Break long lines appropriately * Break lines at full stops * Add mdoc(9) commands where applicable * Remove superfluous .Ft in the SYNOPSIS section * Various other mdoc(9) fixes
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-081-0/+185
lock optimized for almost exclusive reader access. (see also rmlock.9) TODO: Convert to per cpu variables linkerset as soon as it is available. Optimize UP (single processor) case.
OpenPOWER on IntegriCloud