add threaddaemonize(), more bug fixes
This commit is contained in:
@@ -21,6 +21,11 @@ void _threadsleep(Rendez*);
|
||||
_Thread *_threadwakeup(Rendez*);
|
||||
#define yield threadyield
|
||||
|
||||
/*
|
||||
* daemonize
|
||||
*/
|
||||
void threaddaemonize(void);
|
||||
|
||||
/*
|
||||
* per proc and thread data
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user