diff options
author | rsc <devnull@localhost> | 2005-02-11 16:52:29 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 16:52:29 +0000 |
commit | 9d407753d040c10f269ee0f37c05a4b2aa3719f4 (patch) | |
tree | 60a29608e24ce985ee498e08ea9e3fbe1d2b7162 /include | |
parent | f76c8038ba696d83aca92ccf727032aed0644297 (diff) | |
download | plan9port-9d407753d040c10f269ee0f37c05a4b2aa3719f4.tar.gz plan9port-9d407753d040c10f269ee0f37c05a4b2aa3719f4.tar.bz2 plan9port-9d407753d040c10f269ee0f37c05a4b2aa3719f4.zip |
add threadgetname
Diffstat (limited to 'include')
-rw-r--r-- | include/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h index 330f1508..ffa8fca0 100644 --- a/include/thread.h +++ b/include/thread.h @@ -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); |