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

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c79 static void server_maintenance(void *vpArg);
176 server_maint_tid = _beginthread(server_maintenance, NULL, 32768, NULL);
414 static void server_maintenance(void *vpArg) function

Completed in 17 milliseconds