]> granicus.if.org Git - apache/commit
Win32: Use atomic increment/decrement on counters touched by multiple threads.
authorBill Stoddard <stoddard@apache.org>
Fri, 24 May 2002 16:56:39 +0000 (16:56 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 24 May 2002 16:56:39 +0000 (16:56 +0000)
commit7e3edc569b5d4ce41b31d5e92e735cc4949d529c
treeec02e4521fcc7316a298f8af83e68c1db0c02ff4
parent8393f10719b700e88e48488ff99ca998ed7ce549
Win32: Use atomic increment/decrement on counters touched by multiple threads.
I intentionally did not use atomic operators on the Win9* code paths.

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