]> granicus.if.org Git - apache/commit
event: Avoid timer's mutex two successive locks/unlocks with unrelated (and
authorYann Ylavic <ylavic@apache.org>
Sat, 21 Jun 2014 21:45:40 +0000 (21:45 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 21 Jun 2014 21:45:40 +0000 (21:45 +0000)
commit520e7a144178c6a7e4986480b165c612b0070846
tree14488c02da6da8b69c83e386f2e110ec9f355609
parent62121b1ba743960a25296438515ac2b6469e87a8
event: Avoid timer's mutex two successive locks/unlocks with unrelated (and
optional) work in between.

Also saves declaration/usage of pointer 'ep' by reusing available 'te' instead,
and removes duplicated 'te' declaration in a local block.

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