tadd threadgetname - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 9d407753d040c10f269ee0f37c05a4b2aa3719f4
(DIR) parent f76c8038ba696d83aca92ccf727032aed0644297
(HTM) Author: rsc <devnull@localhost>
Date: Fri, 11 Feb 2005 16:52:29 +0000
add threadgetname
Diffstat:
M include/thread.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/include/thread.h b/include/thread.h
t@@ -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);