diff options
Diffstat (limited to 'include/thread.h')
-rw-r--r-- | include/thread.h | 2 |
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. |