tadd threadnotify - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8fd256985d9c6f6b6017d0993acc3307e0f8733d
(DIR) parent 4565fd039fea7d534710b78bdaf40029cda5da75
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 22:07:31 +0000
add threadnotify
Diffstat:
M include/thread.h | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/include/thread.h b/include/thread.h
t@@ -24,6 +24,11 @@ _Thread *_threadwakeup(Rendez*);
#define yield threadyield
/*
+ * signals
+ */
+void threadnotify(int(*f)(void*,char*), int);
+
+/*
* daemonize
*
void threaddaemonize(void);