Searched refs:last_resolution_time (Results 1 – 1 of 1) sorted by relevance
68 static grpc_millis last_resolution_time = 0; in test_resolve_address_impl() local69 if (last_resolution_time == 0) { in test_resolve_address_impl()70 last_resolution_time = in test_resolve_address_impl()75 GPR_ASSERT(now - last_resolution_time >= kMinResolutionPeriodForCheckMs); in test_resolve_address_impl()76 last_resolution_time = now; in test_resolve_address_impl()99 static grpc_millis last_resolution_time = 0; in test_dns_lookup_ares_locked() local100 if (last_resolution_time == 0) { in test_dns_lookup_ares_locked()101 last_resolution_time = in test_dns_lookup_ares_locked()106 GPR_ASSERT(now - last_resolution_time >= kMinResolutionPeriodForCheckMs); in test_dns_lookup_ares_locked()107 last_resolution_time = now; in test_dns_lookup_ares_locked()