add procwakeupandunlock

This commit is contained in:
rsc 2005-01-14 17:56:21 +00:00
parent 5ba56e9139
commit 4a8edd8d41

View file

@ -131,6 +131,14 @@ _procwakeup(_Procrendez *r)
}
}
void
_procwakeupandunlock(_Procrendez *r)
{
_procwakeup(r);
unlock(r->l);
}
/*
* process creation and exit
*/