diff options
author | rsc <devnull@localhost> | 2006-02-07 17:02:05 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-07 17:02:05 +0000 |
commit | 615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf (patch) | |
tree | 0f6f1f5a82ea81f30486f1e9aa27910a822d1f81 /include | |
parent | 8b9a1d4cfefb87cb89835880d528ce8d8b5eecdc (diff) | |
download | plan9port-615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf.tar.gz plan9port-615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf.tar.bz2 plan9port-615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf.zip |
add threadidle
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 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); |