Home
last modified time | relevance | path

Searched refs:ms_total (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/win32/
H A Dselect.c39 DWORD ms_total, limit; in php_select() local
53 ms_total = INFINITE; in php_select()
55 ms_total = tv->tv_sec * 1000; in php_select()
56 ms_total += tv->tv_usec / 1000; in php_select()
100 limit = GetTickCount() + ms_total; in php_select()
152 } while (retcode == 0 && (ms_total == INFINITE || GetTickCount() < limit)); in php_select()

Completed in 10 milliseconds