aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-07 17:02:05 +0000
committerrsc <devnull@localhost>2006-02-07 17:02:05 +0000
commit615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf (patch)
tree0f6f1f5a82ea81f30486f1e9aa27910a822d1f81 /include/thread.h
parent8b9a1d4cfefb87cb89835880d528ce8d8b5eecdc (diff)
downloadplan9port-615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf.tar.gz
plan9port-615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf.tar.bz2
plan9port-615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf.zip
add threadidle
Diffstat (limited to 'include/thread.h')
-rw-r--r--include/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index 9424d37e..94c99a25 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -17,6 +17,7 @@ void threadsetname(char*, ...);
void threadsetstate(char*, ...);
char *threadgetname(void);
int threadyield(void);
+int threadidle(void);
void _threadready(_Thread*);
void _threadswitch(void);
void _threadsetsysproc(void);