Searched defs:thread_cnt (Results 1 - 1 of 1) sorted by relevance
/httpd/server/mpm/winnt/ | ||
H A D | child.c | 904 static void cleanup_thread(HANDLE *handles, int *thread_cnt, argument 910 for (i = thread_to_clean; i < ((*thread_cnt) - 1); i++) 912 (*thread_cnt)--; |
Completed in 31 milliseconds