add _procwakeupandunlock

to help ease locking contention
on Linux 2.4.
This commit is contained in:
rsc
2005-01-06 23:43:42 +00:00
parent 815552b9ed
commit a0a331aad9
5 changed files with 44 additions and 12 deletions

View File

@@ -76,6 +76,7 @@ struct _Procrendez
extern void _procsleep(_Procrendez*);
extern void _procwakeup(_Procrendez*);
extern void _procwakeupandunlock(_Procrendez*);
struct Proc
{