mpm_winnt: Tweak the names of the variables in child.c which are used to
authorEvgeny Kotkov <kotkov@apache.org>
Wed, 12 Jul 2017 16:12:21 +0000 (16:12 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Wed, 12 Jul 2017 16:12:21 +0000 (16:12 +0000)
commit0186082cc006c2c804fcda289dc10a18a67d6d86
treeff4f7ec81e21062e6a4f673afd849ca76e518095
parent0c496a080bf2536a8b04d42097ba4bcf62de1dd4
mpm_winnt: Tweak the names of the variables in child.c which are used to
represent a queue of the completion contexts.

Starting from r1801655, the "queue" isn't really a queue, as all the
access happens with a LIFO order. So, instead of that, call it a "pool
of completion contexts", adjust names of all relevant variables and
tweak the comments.

This patch changes
  - qlock to ctxpool_lock,
  - qhead to ctxpool_head, and
  - qwait_event to ctxpool_wait_event.

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