mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue