From 615e0f9fb2df0e782f6b32ea9f0f67254e1ddeaf Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 7 Feb 2006 17:02:05 +0000 Subject: add threadidle --- include/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/thread.h') 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); -- cgit v1.2.3