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

/httpd/server/mpm/winnt/
H A Dservice.c117 time_t remains; local
152 remains = ((start + 30) - time(NULL));
154 (int)remains); /* 30 or less, so can't overflow int */
161 while ((remains > 0) && WaitForSingleObject(hConIn, 1000) != WAIT_FAILED);
418 /* mpm_new_argv remains first (of lower significance) */
488 /* mpm_new_argv remains first (of lower significance) */

Completed in 1264 milliseconds