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

/httpd/server/mpm/winnt/
H A Dnt_eventlog.c120 HANDLE cleanup_thread = stderr_thread; local
122 if (cleanup_thread) {
126 WaitForSingleObject(cleanup_thread, 30000);
127 CloseHandle(cleanup_thread);
H A Dchild.c904 static void cleanup_thread(HANDLE *handles, int *thread_cnt, function
1319 cleanup_thread(child_handles, &threads_created, watch_thread);

Completed in 16 milliseconds