aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sleepqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Refine the turnstile and sleep queue interfaces just a bit:John Baldwin2004-10-121-12/+11
* Now that the return value semantics of cv's for multithreaded processesJohn Baldwin2004-08-191-1/+4
* Remove the signal_caught argument from sleepq_timedwait() as it wasJohn Baldwin2004-06-281-1/+1
* - Remove old sleep queues.John Baldwin2004-03-121-1/+1
* Add an implementation of a generic sleep queue abstraction that is usedJohn Baldwin2004-02-271-0/+107