yield now returns the number of switches done
This commit is contained in:
parent
8cbd854a8a
commit
1d011ae242
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ void threadexits(char *);
|
||||||
void threadexitsall(char *);
|
void threadexitsall(char *);
|
||||||
void threadsetname(char*, ...);
|
void threadsetname(char*, ...);
|
||||||
void threadsetstate(char*, ...);
|
void threadsetstate(char*, ...);
|
||||||
void threadyield(void);
|
int threadyield(void);
|
||||||
void _threadready(_Thread*);
|
void _threadready(_Thread*);
|
||||||
void _threadswitch(void);
|
void _threadswitch(void);
|
||||||
void _threadsetsysproc(void);
|
void _threadsetsysproc(void);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue