add procwakeupandunlock
This commit is contained in:
parent
5ba56e9139
commit
4a8edd8d41
@ -131,6 +131,14 @@ _procwakeup(_Procrendez *r)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
_procwakeupandunlock(_Procrendez *r)
|
||||
{
|
||||
_procwakeup(r);
|
||||
unlock(r->l);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* process creation and exit
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user