commit | a0a331aad99bbca5a13fa4b69593061f29dc3a29 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Thu Jan 06 23:43:42 2005 +0000 |
committer | rsc <devnull@localhost> | Thu Jan 06 23:43:42 2005 +0000 |
tree | 1cba91b1f702a098a9c805fb3c876e9b372ba679 | |
parent | 815552b9ed41df2f20892f6467dd47f91f93aca1 [diff] [blame] |
add _procwakeupandunlock to help ease locking contention on Linux 2.4.
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index 6368ff5..bbf8473 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h
@@ -76,6 +76,7 @@ extern void _procsleep(_Procrendez*); extern void _procwakeup(_Procrendez*); +extern void _procwakeupandunlock(_Procrendez*); struct Proc {