Searched refs:ms_total (Results 1 – 1 of 1) sorted by relevance
39 ULONGLONG ms_total, limit; in php_select() local58 ms_total = INFINITE; in php_select()60 ms_total = tv->tv_sec * 1000; in php_select()61 ms_total += tv->tv_usec / 1000; in php_select()105 limit = GetTickCount64() + ms_total; in php_select()157 } while (retcode == 0 && (ms_total == INFINITE || GetTickCount64() < limit)); in php_select()
Completed in 5 milliseconds