From 8fd256985d9c6f6b6017d0993acc3307e0f8733d Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 4 Jan 2005 22:07:31 +0000 Subject: add threadnotify --- include/thread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/thread.h') diff --git a/include/thread.h b/include/thread.h index 23c4a529..a65ebe79 100644 --- a/include/thread.h +++ b/include/thread.h @@ -23,6 +23,11 @@ void _threadsleep(Rendez*); _Thread *_threadwakeup(Rendez*); #define yield threadyield +/* + * signals + */ +void threadnotify(int(*f)(void*,char*), int); + /* * daemonize * -- cgit v1.2.3