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

@ -17,6 +17,7 @@ void threadsetname(char*, ...);
void threadsetstate(char*, ...);
char *threadgetname(void);
int threadyield(void);
int threadidle(void);
void _threadready(_Thread*);
void _threadswitch(void);
void _threadsetsysproc(void);