summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_mutex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introducing mutexes - cpu-owned spinning locks with spl semantics.art2004-07-201-0/+82
This is the MI (slightly inefficient and not MP safe) implementation. deraadt@ ok Tested by many. (this and following commits)