summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_sleepqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some common printf format errors. Don't assume that "struct foo *"bde2004-05-141-14/+13
* Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread()jhb2004-05-131-13/+50
* Keep track of threads waiting in kse_release() to avoid a racedeischen2004-04-281-1/+5
* Remove a bogus assertion and readd it in a more correct location. A threadjhb2004-03-161-1/+1
* - Remove old sleep queues.jhb2004-03-121-1/+1
* Always assert that the passed in lock is the same as the saved lock in thejhb2004-03-021-19/+1
* Add an implementation of a generic sleep queue abstraction that is usedjhb2004-02-271-0/+776
OpenPOWER on IntegriCloud