]> granicus.if.org Git - apache/commit
Removed some code from the mutex-protected block in ap_queue_pop().
authorBrian Pane <brianp@apache.org>
Mon, 29 Apr 2002 01:57:39 +0000 (01:57 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 29 Apr 2002 01:57:39 +0000 (01:57 +0000)
commit680449f4b09b19315d06bd38e2474828d6d958c7
tree522a4501aeeaedf9f05b4b4277b38ec3c3d9c8ee
parentf1832c997863fee1dc8317bac3aac81afd154ecb
Removed some code from the mutex-protected block in ap_queue_pop().
If the worker thread synchronization is working properly, it's not
necessary to set these fields to NULL after removing an element from
the queue, and it's IMO more important to have a shorter code path
leading up to the mutex_unlock.  I left in support for NULLing the
fields when debugging, though.

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