summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_rmlock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra spaces (no functional change).bz2009-12-251-6/+6
* Minor comment tweaks in rmlocks.rwatson2009-12-251-5/+5
* Minor style tweak.rwatson2009-05-291-1/+2
* Since sched_pin() and sched_unpin() are already inlined, don't manuallyrwatson2009-05-291-2/+2
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-291-6/+26
* Add the OpenSolaris dtrace lockstat provider. The lockstat providersson2009-05-261-0/+16
* Improve approximation of style(9).rwatson2009-04-261-149/+132
* Teach WITNESS about the interlocks used with lockmgr. This removes a bunchjhb2008-09-101-2/+2
* Expand lock class with the "virtual" function lc_assert which will offerattilio2007-11-181-0/+9
* Add rm_wowned(9) function to test whether the current thread owns anrwatson2007-11-101-0/+7
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-081-0/+500
OpenPOWER on IntegriCloud