plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 8fd256985d9c6f6b6017d0993acc3307e0f8733d
parent 4565fd039fea7d534710b78bdaf40029cda5da75
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:07:31 +0000

add threadnotify

Diffstat:
Minclude/thread.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/thread.h b/include/thread.h @@ -24,6 +24,11 @@ _Thread *_threadwakeup(Rendez*); #define yield threadyield /* + * signals + */ +void threadnotify(int(*f)(void*,char*), int); + +/* * daemonize * void threaddaemonize(void);