Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.cc81 sleep_duration_ms_(sleep_duration_ms) {} in StressTestInteropClient()
108 if (sleep_duration_ms_ > 0) { in MainLoop()
111 gpr_time_from_millis(sleep_duration_ms_, GPR_TIMESPAN)); in MainLoop()
Dstress_interop_client.h112 long sleep_duration_ms_; variable