Lines Matching refs:current_time_ms
130 static uint64 current_time_ms()
282 uint64 start = current_time_ms();
293 now = current_time_ms();
557 uint64 start = current_time_ms();
561 if (current_time_ms() - start > timeout_ms)
699 uint64 start = current_time_ms();
709 now = current_time_ms();
3582 static uint64 current_time_ms()
3650 uint64 start = current_time_ms();
3654 uint64 now = current_time_ms();
3902 uint64 start = current_time_ms();
3912 uint64 now = current_time_ms();
3921 if (current_time_ms() - start < 5 * 1000)