]> granicus.if.org Git - apache/commit
When we signal a condition variable, we need to own the lock that
authorAaron Bannert <aaron@apache.org>
Sun, 28 Apr 2002 21:35:12 +0000 (21:35 +0000)
committerAaron Bannert <aaron@apache.org>
Sun, 28 Apr 2002 21:35:12 +0000 (21:35 +0000)
commitf0b69299d6c097fc43a27e328ea8702c8504cd58
treef308c742b9f2921df9d2b86ede8f7c5e815fb788
parent19c20133956e7b2a6421160e597d9acb211d2e46
When we signal a condition variable, we need to own the lock that
is associated with that condition variable. This isn't necessary
for Solaris, but for Posix it is.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94839 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/experimental/threadpool/threadpool.c