Home
last modified time | relevance | path

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

/external/grpc-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()
/external/grpc-grpc/test/cpp/end2end/
Dtest_service_impl.cc80 gpr_time_from_micros(request->param().server_sleep_us(), in Echo()
117 gpr_time_from_micros(request->param().client_cancel_after_us(), in Echo()
125 gpr_time_from_micros(request->param().server_cancel_after_us(), in Echo()
355 gpr_time_from_micros(1000, GPR_TIMESPAN))); in ServerTryCancel()
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()
Dend2end_test.cc976 gpr_time_from_micros(delay_us, GPR_TIMESPAN))); in CancelRpc()
/external/grpc-grpc/test/cpp/util/
Dtime_test.cc34 gpr_timespec ts = gpr_time_from_micros(us, GPR_TIMESPAN); in TEST_F()
/external/grpc-grpc/test/core/bad_ssl/
Dserver_common.cc85 gpr_time_from_micros(1000000, GPR_TIMESPAN)), in bad_ssl_run()
/external/grpc-grpc/include/grpc/support/
Dtime.h69 GPRAPI gpr_timespec gpr_time_from_micros(int64_t x, gpr_clock_type clock_type);
/external/grpc-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()
/external/grpc-grpc/
Dgrpc.def246 gpr_time_from_micros
/external/grpc-grpc/src/php/ext/grpc/
Dtimeval.c67 gpr_timespec time = gpr_time_from_micros(microseconds, GPR_TIMESPAN); in PHP_METHOD()
/external/grpc-grpc/test/core/fling/
Dserver.cc251 gpr_time_from_micros(1000000, GPR_TIMESPAN)), in main()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c304 printf("%lx", (unsigned long) gpr_time_from_micros); in main()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc784 g_now, gpr_time_from_micros(grpc_fuzzer_get_next_uint32(&inp), in LLVMFuzzerTestOneInput()
893 gpr_time_from_micros(grpc_fuzzer_get_next_uint32(&inp), in LLVMFuzzerTestOneInput()
927 gpr_time_from_micros(grpc_fuzzer_get_next_uint32(&inp), in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/core/lib/gpr/
Dtime.cc114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type type) { in gpr_time_from_micros() function
/external/grpc-grpc/test/core/memory_usage/
Dserver.cc239 gpr_time_from_micros(1000000, GPR_TIMESPAN)), in main()
Dclient.cc262 gpr_time_from_micros(10000, GPR_TIMESPAN)), in main()
/external/grpc-grpc/test/core/util/
Dtest_config.cc377 gpr_time_from_micros( in grpc_timeout_milliseconds_to_deadline()
/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc222 gpr_time_from_micros(sleep_us, GPR_TIMESPAN))); in ChannelzSleep()
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc739 gpr_time_from_micros(timeout_micros, GPR_TIMESPAN)))) { in Connect()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h778 #define gpr_time_from_micros gpr_time_from_micros_import macro