]> 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)
commit719c46d2c8119ecc9b3247c90b7e5b770163fcb4
treef308c742b9f2921df9d2b86ede8f7c5e815fb788
parent47ed9e75a0c802bc709f5ed87139ad5ac6245d84
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