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

/httpd/server/mpm/winnt/
H A Dchild.c905 int thread_to_clean)
909 CloseHandle(handles[thread_to_clean]);
910 for (i = thread_to_clean; i < ((*thread_cnt) - 1); i++)
904 cleanup_thread(HANDLE *handles, int *thread_cnt, int thread_to_clean) argument

Completed in 494 milliseconds