aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-06 23:43:42 +0000
committerrsc <devnull@localhost>2005-01-06 23:43:42 +0000
commita0a331aad99bbca5a13fa4b69593061f29dc3a29 (patch)
tree1cba91b1f702a098a9c805fb3c876e9b372ba679 /src/libthread/threadimpl.h
parent815552b9ed41df2f20892f6467dd47f91f93aca1 (diff)
add _procwakeupandunlock
to help ease locking contention on Linux 2.4.
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r--src/libthread/threadimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h
index 6368ff54..bbf84736 100644
--- a/src/libthread/threadimpl.h
+++ b/src/libthread/threadimpl.h
@@ -76,6 +76,7 @@ struct _Procrendez
extern void _procsleep(_Procrendez*);
extern void _procwakeup(_Procrendez*);
+extern void _procwakeupandunlock(_Procrendez*);
struct Proc
{