summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_rwlock.c
Commit message (Expand)AuthorAgeFilesLines
* Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes ajhb2006-04-191-2/+133
* 'owner' is not used without SMP. Fix kernel build for such kernelwkoszek2006-04-181-0/+4
* Adaptively spin before blocking on the turnstile if an rwlock is writejhb2006-04-181-7/+88
* - Add a rw_wowner() macro that just returns the owner of a write lock andjhb2006-04-171-26/+38
* Fix another compile problem. If I find any more, this file is going in thescottl2006-02-011-1/+1
* Regroup order of operations to better reflect what was probably intended.scottl2006-01-301-3/+3
* Take a stab at making this compile when WITNESS is not defined. gcc can'tscottl2006-01-291-4/+4
* Unbreak on archs where %d doesn't print uintptr_t arithmetic.mlaier2006-01-291-1/+2
* Add a basic reader/writer lock implementation to the kernel. Thisjhb2006-01-271-0/+587
OpenPOWER on IntegriCloud