aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_lockmgr.h
Commit message (Expand)AuthorAgeFilesLines
* lockmgr: shrink struct lock by 8 bytes on LP64Mateusz Guzik2021-02-151-2/+2
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* In current code, threads performing an interruptible sleep (on bothAttilio Rao2009-12-121-0/+1
* - Embed the recursion counter for any locking primitive directly in theAttilio Rao2008-05-151-1/+0
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theAttilio Rao2008-04-061-0/+49