add threadgetname

This commit is contained in:
rsc 2005-02-11 16:52:29 +00:00
parent f76c8038ba
commit 9d407753d0

View file

@ -15,6 +15,7 @@ void threadexits(char *);
void threadexitsall(char *);
void threadsetname(char*, ...);
void threadsetstate(char*, ...);
char *threadgetname(void);
int threadyield(void);
void _threadready(_Thread*);
void _threadswitch(void);