summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sx.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2julian2001-09-121-5/+5
* Use witness_upgrade/downgrade for sx_try_upgrade/downgrade.jhb2001-08-231-8/+6
* Clear the sx_xholder pointer when downgrading an exclusive lock.jhb2001-08-231-0/+1
* Add sx_try_upgrade() and sx_downgrade().jasone2001-08-131-0/+46
* - Add trylock variants of shared and exclusive locks.jhb2001-06-271-4/+42
* - Move state about lock objects out of struct lock_object and into a newjhb2001-05-041-27/+3
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-281-10/+63
* In order to avoid recursing on the backing mutex for sx locks in thejhb2001-03-061-2/+2
* - Add sx_descr description member to sx lock structurebmilekic2001-03-061-6/+26
* Implement shared/exclusive locks.jasone2001-03-051-0/+160
OpenPOWER on IntegriCloud