mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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 threadsetname(char*, ...);
|
||||
void threadsetstate(char*, ...);
|
||||
void threadyield(void);
|
||||
int threadyield(void);
|
||||
void _threadready(_Thread*);
|
||||
void _threadswitch(void);
|
||||
void _threadsetsysproc(void);
|
||||
|
|
Loading…
Reference in a new issue