add threadnotify
This commit is contained in:
parent
4565fd039f
commit
8fd256985d
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@ void _threadsleep(Rendez*);
|
||||||
_Thread *_threadwakeup(Rendez*);
|
_Thread *_threadwakeup(Rendez*);
|
||||||
#define yield threadyield
|
#define yield threadyield
|
||||||
|
|
||||||
|
/*
|
||||||
|
* signals
|
||||||
|
*/
|
||||||
|
void threadnotify(int(*f)(void*,char*), int);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* daemonize
|
* daemonize
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue