Searched defs:watch_thread (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/winnt/
H A Dchild.c967 int watch_thread; local
1262 watch_thread = 0;
1274 if (watch_thread >= threads_created) {
1288 watch_thread = 0;
1295 dwRet = WaitForMultipleObjects(min(threads_created - watch_thread,
1297 child_handles + watch_thread, 0, 0);
1304 watch_thread += MAXIMUM_WAIT_OBJECTS;
1316 watch_thread += (dwRet - WAIT_OBJECT_0);
1317 if (watch_thread >= threads_created)
1319 cleanup_thread(child_handles, &threads_created, watch_thread);
[all...]

Completed in 31 milliseconds