summaryrefslogtreecommitdiffstats
path: root/sys/sys/runq.h
Commit message (Expand)AuthorAgeFilesLines
* - Restore runq to manipulating threads directly by putting runq links andjeff2008-03-201-9/+9
* - Move maybe_preempt() from kern_switch.c to sched_4bsd.c. This is functionjeff2008-03-201-0/+1
* - Change types for necent runq additions to u_char rather than int.jeff2007-02-081-3/+3
* - Don't pass a pointer into runq_choose_from(). The caller can adjust thejeff2007-01-041-1/+1
* - Add three new functions to support circular run queues.jeff2007-01-041-1/+4
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+5
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* When preempting a thread, put it back on the HEAD of its run queue.julian2004-10-051-1/+1
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-13/+2
* KSE Milestone 2julian2001-09-121-4/+6
* style(9) the structure definitions.obrien2001-09-051-2/+2
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-0/+80
OpenPOWER on IntegriCloud