add threadnotify
This commit is contained in:
parent
4565fd039f
commit
8fd256985d
@ -23,6 +23,11 @@ void _threadsleep(Rendez*);
|
||||
_Thread *_threadwakeup(Rendez*);
|
||||
#define yield threadyield
|
||||
|
||||
/*
|
||||
* signals
|
||||
*/
|
||||
void threadnotify(int(*f)(void*,char*), int);
|
||||
|
||||
/*
|
||||
* daemonize
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user