cvs commit: src/sys/kern sched_4bsd.c
Jeff Roberson
jeff at FreeBSD.org
Sat Jan 31 18:46:48 PST 2004
jeff 2004/01/31 18:46:47 PST
FreeBSD src repository
Modified files:
sys/kern sched_4bsd.c
Log:
- Keep a variable 'sched_tdcnt' that is used for the local implementation
of sched_load(). This variable tracks the number of running and runnable
non ithd threads. This removes the need to traverse the proc table and
discover how many threads are runnable.
Revision Changes Path
1.32 +19 -2 src/sys/kern/sched_4bsd.c
More information about the cvs-all
mailing list