]> granicus.if.org Git - apache/commit
Eliminate a very ugly race - the parallel starting threads were picking
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 2 Jan 2005 20:18:58 +0000 (20:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 2 Jan 2005 20:18:58 +0000 (20:18 +0000)
commit06836908adf7568c5df9d762bf584f385b4b9042
treedfbc929de6d342adb98b9078dcc3493a90c39f72
parent20e5f62e27e79abd227fafd265791cb90337c2cd
  Eliminate a very ugly race - the parallel starting threads were picking
  up thread identifiers other than their own.  Because the limit of threads
  is an int, stuffing the int into the void* value is a safe argument
  convention.

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