]> 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)
commit4348905503e93e8882ed847d2e0f136949d12d84
treeec02e4521fcc7316a298f8af83e68c1db0c02ff4
parentf64474330049fc396eee1a89e2c51f18e0f3b9e6
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