aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/rmlock.h
Commit message (Expand)AuthorAgeFilesLines
* Add _NEW flag to mtx(9), sx(9), rmlock(9) and rwlock(9).Dmitry Chagin2014-12-131-0/+1
* Several improvements to rmlock(9). Many of these are based on patchesJohn Baldwin2013-06-251-0/+22
* Replace the TDP_NOSLEEPING flag with a counter so that theJohn Baldwin2013-03-011-1/+1
* Constify arguments for locking KPIs where possible.Pawel Jakub Dawidek2011-11-161-1/+1
* rmlock(9) two additions and one change/fix:Max Laier2010-09-011-8/+14
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:Robert Watson2009-05-291-3/+27
* Reduce vertical whitespace and other minor style tweaks.Robert Watson2009-05-291-15/+2
* Add rm_wowned(9) function to test whether the current thread owns anRobert Watson2007-11-101-0/+1
* Initial checkin for rmlock (read mostly lock) a multi reader single writerStephan Uphoff2007-11-081-0/+109