]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
First pass at converting worker MPM to APR's new lock API. This converts
authorAaron Bannert <aaron@apache.org>
Wed, 17 Oct 2001 00:59:18 +0000 (00:59 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 17 Oct 2001 00:59:18 +0000 (00:59 +0000)
commit1b8f1827b8b2bf1707f1cbd55be1fb9b75eafcd1
tree4d16a6da70d2dffd02a9610f5872b42aa0c03134
parentd75fca0ed1951a9d6383a7f2212c54d431d68bd0
First pass at converting worker MPM to APR's new lock API. This converts
the APR_INTRAPROCESS locks into lightweight, non-nested apr_thread_mutex_t
locks.

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