Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/gpr/
Dtime_test.cc65 gpr_timespec x = gpr_time_0(GPR_CLOCK_REALTIME); in test_values()
190 addend[2] = gpr_time_0(GPR_TIMESPAN); in test_sticky_infinities()
213 gpr_time_0(GPR_TIMESPAN))); in test_similar()
216 gpr_time_0(GPR_TIMESPAN))); in test_similar()
219 gpr_time_0(GPR_TIMESPAN))); in test_similar()
222 gpr_time_0(GPR_TIMESPAN))); in test_similar()
225 gpr_time_0(GPR_TIMESPAN))); in test_similar()
/external/grpc-grpc/test/core/end2end/tests/
Dfilter_latency.cc122 g_client_latency = gpr_time_0(GPR_TIMESPAN); in test_request()
123 g_server_latency = gpr_time_0(GPR_TIMESPAN); in test_request()
235 GPR_ASSERT(gpr_time_cmp(gpr_time_0(GPR_TIMESPAN), g_client_latency) <= 0); in test_request()
237 GPR_ASSERT(gpr_time_cmp(gpr_time_0(GPR_TIMESPAN), g_server_latency) <= 0); in test_request()
/external/grpc-grpc/test/cpp/codegen/
Dcodegen_test_full.cc32 cq.AsyncNext(&tag, &ok, gpr_time_0(GPR_CLOCK_REALTIME)); in TEST_F()
/external/grpc-grpc/src/cpp/common/
Dcore_codegen.cc210 gpr_timespec CoreCodegen::gpr_time_0(gpr_clock_type type) { in gpr_time_0() function in grpc::CoreCodegen
211 return ::gpr_time_0(type); in gpr_time_0()
/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc141 if (gpr_time_cmp(entry->tm, gpr_time_0(entry->tm.clock_type)) < 0) { in write_log()
142 entry->tm = gpr_time_0(entry->tm.clock_type); in write_log()
/external/grpc-grpc/src/core/lib/transport/
Dbdp_estimator.cc36 ping_start_time_(gpr_time_0(GPR_CLOCK_MONOTONIC)), in BdpEstimator()
/external/grpc-grpc/include/grpc/support/
Dtime.h35 gpr_time_0(gpr_clock_type type); /** The zero time interval. */
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc110 gpr_timespec result = gpr_time_0(GPR_CLOCK_REALTIME); in validate_time_field()
263 if (gpr_time_cmp(claims->iat, gpr_time_0(GPR_CLOCK_REALTIME)) == 0) in grpc_jwt_claims_from_json()
267 if (gpr_time_cmp(claims->exp, gpr_time_0(GPR_CLOCK_REALTIME)) == 0) in grpc_jwt_claims_from_json()
271 if (gpr_time_cmp(claims->nbf, gpr_time_0(GPR_CLOCK_REALTIME)) == 0) in grpc_jwt_claims_from_json()
/external/grpc-grpc/test/core/security/
Djson_token_test.cc263 gpr_timespec expiration = gpr_time_0(GPR_CLOCK_REALTIME); in check_jwt_claim()
264 gpr_timespec issue_time = gpr_time_0(GPR_CLOCK_REALTIME); in check_jwt_claim()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_cq_multiple_threads.cc122 gpr_timespec deadline = gpr_time_0(GPR_CLOCK_MONOTONIC); in teardown()
/external/grpc-grpc/
Dgrpc.def235 gpr_time_0
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcore_codegen.h109 gpr_timespec gpr_time_0(gpr_clock_type type) override;
Dcore_codegen_interface.h132 virtual gpr_timespec gpr_time_0(gpr_clock_type type) = 0;
Dcompletion_queue.h321 auto deadline = g_core_codegen_interface->gpr_time_0(GPR_CLOCK_REALTIME); in TryPluck()
/external/grpc-grpc/test/cpp/end2end/
Dnonblocking_test.cc78 auto r = cq_->AsyncNext(tag, ok, gpr_time_0(GPR_CLOCK_REALTIME)); in LoopForTag()
/external/grpc-grpc/src/php/ext/grpc/
Dtimeval.c195 grpc_php_wrap_timeval(gpr_time_0(GPR_CLOCK_REALTIME) TSRMLS_CC); in PHP_METHOD()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc.c237 zero_realtime = gpr_time_0(GPR_CLOCK_REALTIME); in Init_grpc_time_consts()
Drb_grpc_imports.generated.h745 #define gpr_time_0 gpr_time_0_import macro
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c293 printf("%lx", (unsigned long) gpr_time_0); in main()
/external/grpc-grpc/src/core/lib/gpr/
Dtime.cc46 gpr_timespec gpr_time_0(gpr_clock_type type) { in gpr_time_0() function
/external/grpc-grpc/test/core/end2end/
Dbad_server_response_test.cc248 if (done || gpr_time_cmp(time_left, gpr_time_0(GPR_TIMESPAN)) < 0) { in actually_poll_server()
/external/grpc-grpc/test/cpp/naming/
Dresolver_component_test.cc213 GPR_ASSERT(gpr_time_cmp(time_left, gpr_time_0(GPR_TIMESPAN)) >= 0); in PollPollsetUntilRequestDone()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi74 gpr_timespec gpr_time_0(gpr_clock_type type) nogil