Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.cc88 gpr_timespec test_end_time; in MainLoop() local
90 test_end_time = gpr_inf_future(GPR_CLOCK_REALTIME); in MainLoop()
92 test_end_time = in MainLoop()
99 while (gpr_time_cmp(gpr_now(GPR_CLOCK_REALTIME), test_end_time) < 0) { in MainLoop()