aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/runq.h
Commit message (Expand)AuthorAgeFilesLines
* - Restore runq to manipulating threads directly by putting runq links andJeff Roberson2008-03-201-9/+9
* - Move maybe_preempt() from kern_switch.c to sched_4bsd.c. This is functionJeff Roberson2008-03-201-0/+1
* - Change types for necent runq additions to u_char rather than int.Jeff Roberson2007-02-081-3/+3
* - Don't pass a pointer into runq_choose_from(). The caller can adjust theJeff Roberson2007-01-041-1/+1
* - Add three new functions to support circular run queues.Jeff Roberson2007-01-041-1/+4
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-5/+5
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* When preempting a thread, put it back on the HEAD of its run queue.Julian Elischer2004-10-051-1/+1
* Make the run queue parameters machine dependent. Optimize 64 bitJake Burkholder2002-05-251-13/+2
* KSE Milestone 2Julian Elischer2001-09-121-4/+6
* style(9) the structure definitions.David E. O'Brien2001-09-051-2/+2
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-0/+80