aboutsummaryrefslogtreecommitdiff
path: root/include/thread.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-06-26 05:47:59 +0000
committerrsc <devnull@localhost>2006-06-26 05:47:59 +0000
commitdf970459f9b37386fbfd4b7f3646825c8029caa8 (patch)
tree80d24bf50aed788e382e876177e0fb30006148bc /include/thread.h
parentf936548b5e1dc6cff6e422867a4265c64ebbcfd1 (diff)
downloadplan9port-df970459f9b37386fbfd4b7f3646825c8029caa8.tar.gz
plan9port-df970459f9b37386fbfd4b7f3646825c8029caa8.tar.bz2
plan9port-df970459f9b37386fbfd4b7f3646825c8029caa8.zip
pin
Diffstat (limited to 'include/thread.h')
-rw-r--r--include/thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h
index 2a84e619..2301191d 100644
--- a/include/thread.h
+++ b/include/thread.h
@@ -25,6 +25,8 @@ void _threadsleep(Rendez*);
_Thread *_threadwakeup(Rendez*);
#define yield threadyield
int threadid(void);
+void _threadpin(void);
+void _threadunpin(void);
/*
* I am tired of making this mistake.