add threadidle
This commit is contained in:
parent
8b9a1d4cfe
commit
615e0f9fb2
3 changed files with 31 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue