Home
last modified time | relevance | path

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

/third_party/grpc/test/core/gpr/
Dtime_test.cc94 x = gpr_time_from_micros(i, GPR_TIMESPAN); in test_values()
106 x = gpr_time_from_micros(-(INT64_MAX - 999997), GPR_TIMESPAN); in test_values()
120 x = gpr_time_from_micros(i, GPR_TIMESPAN); in test_values()
139 gpr_timespec it = gpr_time_from_micros(i * k, GPR_TIMESPAN); in test_add_sub()
140 gpr_timespec jt = gpr_time_from_micros(j * k, GPR_TIMESPAN); in test_add_sub()
143 if (gpr_time_cmp(gpr_time_from_micros(sum * k, GPR_TIMESPAN), sumt) != in test_add_sub()
152 if (gpr_time_cmp(gpr_time_from_micros(diff * k, GPR_TIMESPAN), difft) != in test_add_sub()
168 gpr_timespec x = gpr_time_from_micros(1, GPR_TIMESPAN); in test_overflow()
173 x = gpr_time_from_micros(-1, GPR_TIMESPAN); in test_overflow()
201 gpr_timespec y = gpr_time_from_micros(k * 100000, GPR_TIMESPAN); in test_sticky_infinities()
[all …]
Dsync_test.cc249 start, gpr_time_from_micros(static_cast<int64_t>(timeout_s) * 1000000, in test()
339 gpr_time_from_micros(1000, GPR_TIMESPAN)); in inc_with_1ms_delay()
356 gpr_time_from_micros(1000, GPR_TIMESPAN)); in inc_with_1ms_delay_event()
402 gpr_time_from_micros(1000000, GPR_TIMESPAN)))); in consumer()
Dspinlock_test.cc97 start, gpr_time_from_micros(static_cast<int64_t>(timeout_s) * 1000000, in test()
/third_party/grpc/test/cpp/end2end/
Dserver_early_return_test.cc70 gpr_time_from_micros(server_delay_before_return_us, GPR_TIMESPAN))); in RequestStream()
95 gpr_time_from_micros(server_delay_before_return_us, GPR_TIMESPAN))); in BidiStream()
Dtest_service_impl.h137 gpr_time_from_micros(request->param().server_sleep_us(), in Echo()
174 gpr_time_from_micros(request->param().client_cancel_after_us(), in Echo()
182 gpr_time_from_micros(request->param().server_cancel_after_us(), in Echo()
Dtest_service_impl.cc114 gpr_time_from_micros(1000, GPR_TIMESPAN))); in ServerTryCancel()
164 gpr_time_from_micros(req_->param().server_sleep_us(), in Echo()
247 gpr_time_from_micros(req_->param().server_cancel_after_us(), in Echo()
Dgeneric_end2end_test.cc410 gpr_time_from_micros(500, GPR_TIMESPAN))); in TEST_F()
Dend2end_test.cc1146 gpr_time_from_micros(delay_us, GPR_TIMESPAN))); in CancelRpc()
/third_party/grpc/test/cpp/util/
Dtime_test.cc34 gpr_timespec ts = gpr_time_from_micros(us, GPR_TIMESPAN); in TEST_F()
/third_party/grpc/src/core/lib/iomgr/poller/
Deventmanager_libuv.cc57 gpr_time_from_micros(10, GPR_TIMESPAN))); in RunWorkerLoop()
/third_party/grpc/test/core/bad_ssl/
Dserver_common.cc85 gpr_time_from_micros(1000000, GPR_TIMESPAN)), in bad_ssl_run()
/third_party/grpc/include/grpc/support/
Dtime.h69 GPRAPI gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type);
/third_party/grpc/test/cpp/interop/
Dinterop_server.cc222 gpr_time_from_micros(time_us, GPR_TIMESPAN)); in StreamingOutputCall()
276 gpr_time_from_micros(time_us, GPR_TIMESPAN)); in FullDuplexCall()
/third_party/grpc/src/core/ext/filters/client_channel/
Dglobal_subchannel_pool.cc94 gpr_time_from_micros(GRPC_REGISTER_SUBCHANNEL_CALM_DOWN_MICROS, in RegisterSubchannel()
/third_party/grpc/
Dgrpc.def264 gpr_time_from_micros
/third_party/grpc/src/php/ext/grpc/
Dtimeval.c80 gpr_timespec time = gpr_time_from_micros(microseconds, GPR_TIMESPAN); in PHP_METHOD()
/third_party/grpc/test/core/fling/
Dserver.cc251 gpr_time_from_micros(1000000, GPR_TIMESPAN)), in main()
/third_party/grpc/src/core/lib/gpr/
Dtime.cc114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros() function
/third_party/grpc/test/core/util/
Dtest_config.cc379 gpr_time_from_micros( in grpc_timeout_milliseconds_to_deadline()
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c330 printf("%lx", (unsigned long) gpr_time_from_micros); in main()
/third_party/grpc/test/cpp/ios/CronetTests/
DTestHelper.mm93 gpr_time_from_micros(request->param().server_sleep_us(), GPR_TIMESPAN)));
/third_party/grpc/test/core/channel/
Dchannelz_test.cc253 gpr_time_from_micros(sleep_us, GPR_TIMESPAN))); in ChannelzSleep()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h862 #define gpr_time_from_micros gpr_time_from_micros_import macro