HomeSort by relevance Sort by last modified time
    Searched refs:gpr_time_0 (Results 1 - 21 of 21) sorted by null

  /external/grpc-grpc/test/cpp/codegen/
codegen_test_full.cc 32 cq.AsyncNext(&tag, &ok, gpr_time_0(GPR_CLOCK_REALTIME));
  /external/grpc-grpc/test/core/gpr/
time_test.cc 65 gpr_timespec x = gpr_time_0(GPR_CLOCK_REALTIME);
190 addend[2] = gpr_time_0(GPR_TIMESPAN);
213 gpr_time_0(GPR_TIMESPAN)));
216 gpr_time_0(GPR_TIMESPAN)));
219 gpr_time_0(GPR_TIMESPAN)));
222 gpr_time_0(GPR_TIMESPAN)));
225 gpr_time_0(GPR_TIMESPAN)));
  /external/grpc-grpc/src/core/lib/transport/
bdp_estimator.cc 36 ping_start_time_(gpr_time_0(GPR_CLOCK_MONOTONIC)),
  /external/grpc-grpc/include/grpc/support/
time.h 35 gpr_time_0(gpr_clock_type type); /** The zero time interval. */
  /external/grpc-grpc/test/core/end2end/tests/
filter_latency.cc 122 g_client_latency = gpr_time_0(GPR_TIMESPAN);
123 g_server_latency = gpr_time_0(GPR_TIMESPAN);
235 GPR_ASSERT(gpr_time_cmp(gpr_time_0(GPR_TIMESPAN), g_client_latency) <= 0);
237 GPR_ASSERT(gpr_time_cmp(gpr_time_0(GPR_TIMESPAN), g_server_latency) <= 0);
  /external/grpc-grpc/src/core/lib/profiling/
basic_timers.cc 141 if (gpr_time_cmp(entry->tm, gpr_time_0(entry->tm.clock_type)) < 0) {
142 entry->tm = gpr_time_0(entry->tm.clock_type);
  /external/grpc-grpc/src/cpp/common/
core_codegen.cc 210 gpr_timespec CoreCodegen::gpr_time_0(gpr_clock_type type) { function in class:grpc::CoreCodegen
211 return ::gpr_time_0(type);
  /external/grpc-grpc/include/grpcpp/impl/codegen/
core_codegen.h 109 gpr_timespec gpr_time_0(gpr_clock_type type) override;
core_codegen_interface.h 132 virtual gpr_timespec gpr_time_0(gpr_clock_type type) = 0;
completion_queue.h 319 /// TryPluck(tag, gpr_time_0(GPR_CLOCK_REALTIME))
321 auto deadline = g_core_codegen_interface->gpr_time_0(GPR_CLOCK_REALTIME);
  /external/grpc-grpc/test/cpp/end2end/
nonblocking_test.cc 78 auto r = cq_->AsyncNext(tag, ok, gpr_time_0(GPR_CLOCK_REALTIME));
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_cq_multiple_threads.cc 68 * Does nothing if deadline is 0 (i.e gpr_time_0(GPR_CLOCK_MONOTONIC)) */
122 gpr_timespec deadline = gpr_time_0(GPR_CLOCK_MONOTONIC);
  /external/grpc-grpc/test/core/security/
json_token_test.cc 263 gpr_timespec expiration = gpr_time_0(GPR_CLOCK_REALTIME);
264 gpr_timespec issue_time = gpr_time_0(GPR_CLOCK_REALTIME);
  /external/grpc-grpc/src/core/lib/security/credentials/jwt/
jwt_verifier.cc 110 gpr_timespec result = gpr_time_0(GPR_CLOCK_REALTIME);
263 if (gpr_time_cmp(claims->iat, gpr_time_0(GPR_CLOCK_REALTIME)) == 0)
267 if (gpr_time_cmp(claims->exp, gpr_time_0(GPR_CLOCK_REALTIME)) == 0)
271 if (gpr_time_cmp(claims->nbf, gpr_time_0(GPR_CLOCK_REALTIME)) == 0)
  /external/grpc-grpc/src/php/ext/grpc/
timeval.c 195 grpc_php_wrap_timeval(gpr_time_0(GPR_CLOCK_REALTIME) TSRMLS_CC);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc.c 237 zero_realtime = gpr_time_0(GPR_CLOCK_REALTIME);
rb_grpc_imports.generated.h 745 #define gpr_time_0 macro
    [all...]
  /external/grpc-grpc/src/core/lib/gpr/
time.cc 46 gpr_timespec gpr_time_0(gpr_clock_type type) { function
  /external/grpc-grpc/test/core/end2end/
bad_server_response_test.cc 248 if (done || gpr_time_cmp(time_left, gpr_time_0(GPR_TIMESPAN)) < 0) {
  /external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c 293 printf("%lx", (unsigned long) gpr_time_0);
  /external/grpc-grpc/test/cpp/naming/
resolver_component_test.cc 213 GPR_ASSERT(gpr_time_cmp(time_left, gpr_time_0(GPR_TIMESPAN)) >= 0);

Completed in 1319 milliseconds