mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
add threadgetname
This commit is contained in:
parent
f76c8038ba
commit
9d407753d0
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ void threadexits(char *);
|
||||||
void threadexitsall(char *);
|
void threadexitsall(char *);
|
||||||
void threadsetname(char*, ...);
|
void threadsetname(char*, ...);
|
||||||
void threadsetstate(char*, ...);
|
void threadsetstate(char*, ...);
|
||||||
|
char *threadgetname(void);
|
||||||
int threadyield(void);
|
int threadyield(void);
|
||||||
void _threadready(_Thread*);
|
void _threadready(_Thread*);
|
||||||
void _threadswitch(void);
|
void _threadswitch(void);
|
||||||
|
|
Loading…
Reference in a new issue