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

/httpd/server/mpm/winnt/
H A Dchild.c964 HANDLE *child_handles; local
1044 child_handles = (HANDLE) apr_pcalloc(pchild, ap_threads_per_child
1065 child_handles[i] = CreateThread(NULL, ap_thread_stacksize,
1068 if (child_handles[i] == 0) {
1088 apr_hash_set(ht, &child_handles[i], sizeof(HANDLE), score_idx);
1297 child_handles + watch_thread, 0, 0);
1319 cleanup_thread(child_handles, &threads_created, watch_thread);
1331 TerminateThread(child_handles[i], 1);
1332 CloseHandle(child_handles[i]);
1334 score_idx = apr_hash_get(ht, &child_handles[
[all...]

Completed in 13 milliseconds