summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_sleepqueue.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Store threads on sleep queues in FIFO order rather than sorted byjhb2004-11-051-16/+19
* Refine the turnstile and sleep queue interfaces just a bit:jhb2004-10-121-14/+31
* Directly modifying the priority of a thread that may be on the runqueueups2004-10-121-1/+1
* Now that the return value semantics of cv's for multithreaded processesjhb2004-08-191-9/+23
* - Change mi_switch() and sched_switch() to accept an optional thread tojhb2004-07-021-2/+2
* Add two new kernel options to allow rudimentary profiling of the internaljhb2004-06-291-0/+41
* Remove the signal_caught argument from sleepq_timedwait() as it wasjhb2004-06-281-5/+2
* 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