mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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…
Reference in a new issue