add threadidle

This commit is contained in:
rsc 2006-02-07 17:02:05 +00:00
parent 8b9a1d4cfe
commit 615e0f9fb2
3 changed files with 31 additions and 2 deletions

View file

@ -126,6 +126,7 @@ struct Proc
int nswitch;
_Thread *thread;
_Threadlist runqueue;
_Threadlist idlequeue;
_Threadlist allthreads;
uint nthread;
uint sysproc;