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

/httpd/server/mpm/winnt/
H A Dchild.c968 int time_remains; local
1263 time_remains = (int)(ap_server_conf->timeout / APR_TIME_C(1000));
1275 if ((time_remains -= 100) < 0)
1279 if ((time_remains % 30000) == 0) {
1284 time_remains / 1000, threads_created);

Completed in 29 milliseconds