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

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c104 TID server_maint_tid; local
176 server_maint_tid = _beginthread(server_maintenance, NULL, 32768, NULL);
253 DosWaitThread(&server_maint_tid, DCWW_WAIT);

Completed in 10 milliseconds