mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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*);
|
||||
#define yield threadyield
|
||||
|
||||
/*
|
||||
* signals
|
||||
*/
|
||||
void threadnotify(int(*f)(void*,char*), int);
|
||||
|
||||
/*
|
||||
* daemonize
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue