aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/rwlock.9
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Fix formatting errors that resulted in apropos(1) output looking weird.Edward Tomasz Napierala2018-03-171-1/+1
* Clean up the SYSINIT_FLAGS definitions for rwlock(9) and rmlock(9).Mark Johnston2017-11-211-2/+4
* Reword descriptions of asserting locks held without WITNESS.Bryan Drewery2016-03-291-9/+10
* Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).Dmitry Chagin2014-12-131-1/+10
* Document RA_RECURSED and RA_NOTRECURSED.John Baldwin2013-06-201-2/+16
* Use the defined terms "readers" and "writers" to simplify some text.John Baldwin2012-06-061-5/+3
* Constify arguments for locking KPIs where possible.Pawel Jakub Dawidek2011-11-161-7/+7
* Add manpages for rw_try_rlock() and rw_try_wlock() functions.Attilio Rao2008-04-011-1/+19
* Implement soon-to-be-used rw_unlock() macro.Pawel Jakub Dawidek2008-03-161-1/+9
* Add missing .El.Pawel Jakub Dawidek2008-03-161-0/+1
* Clean up after previous revision.Christian Brueffer2007-11-251-4/+5
* Update rwlock(9) manpage adding missing bits about the rw_init_flags()Attilio Rao2007-11-251-2/+33
* Add some cross references to locking.9 from related pages.Julian Elischer2007-03-301-0/+1
* Allow threads to atomically release rw and sx locks while waiting for anJohn Baldwin2007-03-091-0/+10
* Place mtx_destroy() and rw_destroy() right after mtx_init() and rw_init()John Baldwin2007-03-091-3/+3
* - Sort rwlock functions similar to the order in mutex(9).John Baldwin2007-03-091-6/+9
* Update rwlock(9) for rw_wowned().Robert Watson2007-02-261-0/+6
* Revise markup.Ruslan Ermilov2006-09-301-2/+2
* Fix typo (s/writeer/writer/).Florent Thoumie2006-07-171-1/+1
* Document rw_try_upgrade() and rw_downgrade().John Baldwin2006-04-191-0/+23
* Various nits and fixups so that the text reads smoother in several places.John Baldwin2006-04-191-69/+80
* Document read/write locks.Gleb Smirnoff2006-02-011-0/+200