Lines Matching full:rt_time_ms
1236 long long rt_time_ms;
1354 rt_time_ms = (CLOCK_SEC(&end_time) - CLOCK_SEC(&start_time)) * 1000 + (CLOCK_USEC(&end_time) - CLOCK_USEC(&start_time)) / 1000;
1355 if (rt_time_ms < 0)
1356 rt_time_ms = 0; /* non-linear time... */
1371 rt_time_ms);
1374 if (rt_time_ms > TLS_RTT_UNREASONABLE) {
1378 if (rt_time_ms > TLS_RTT_THRESHOLD) {
1407 clock_init_time(&server_time, server_time_s + (rt_time_ms / 2 / 1000),
1408 (rt_time_ms / 2) % 1000);