]> granicus.if.org Git - apache/commit
Fix return values from wait_for_many_objects.
authorMladen Turk <mturk@apache.org>
Wed, 2 Aug 2006 15:31:24 +0000 (15:31 +0000)
committerMladen Turk <mturk@apache.org>
Wed, 2 Aug 2006 15:31:24 +0000 (15:31 +0000)
commit36db918bc8d17a23ca013e7dad5e328baf3b2de4
treeda8a0ae125a5501a744aebdc425c18653a6b0804
parenta409ec882909b6f6dd2808eabc8b9843512fbc93
Fix return values from wait_for_many_objects.
The return value is index to the signaled thread in
the creted_threads array.
We can not use WAIT_TIMEOUT as return value
because its value is defined as 258, thus limiting
the MaxThreads to that value that leads to the
assertion errors.

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