add procwakeupandunlock
This commit is contained in:
parent
5ba56e9139
commit
4a8edd8d41
1 changed files with 8 additions and 0 deletions
|
|
@ -131,6 +131,14 @@ _procwakeup(_Procrendez *r)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
_procwakeupandunlock(_Procrendez *r)
|
||||||
|
{
|
||||||
|
_procwakeup(r);
|
||||||
|
unlock(r->l);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* process creation and exit
|
* process creation and exit
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue