/external/grpc-grpc/include/grpc/support/ |
D | time.h | 34 GPRAPI gpr_timespec 36 GPRAPI gpr_timespec gpr_inf_future(gpr_clock_type type); /** The far future */ 37 GPRAPI gpr_timespec gpr_inf_past(gpr_clock_type type); /** The far past. */ 50 GPRAPI gpr_timespec gpr_now(gpr_clock_type clock); 53 GPRAPI gpr_timespec gpr_convert_clock_type(gpr_timespec t, 58 GPRAPI int gpr_time_cmp(gpr_timespec a, gpr_timespec b); 60 GPRAPI gpr_timespec gpr_time_max(gpr_timespec a, gpr_timespec b); 61 GPRAPI gpr_timespec gpr_time_min(gpr_timespec a, gpr_timespec b); 64 GPRAPI gpr_timespec gpr_time_add(gpr_timespec a, gpr_timespec b); 65 GPRAPI gpr_timespec gpr_time_sub(gpr_timespec a, gpr_timespec b); [all …]
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | time.cc | 29 int gpr_time_cmp(gpr_timespec a, gpr_timespec b) { in gpr_time_cmp() 38 gpr_timespec gpr_time_min(gpr_timespec a, gpr_timespec b) { in gpr_time_min() 42 gpr_timespec gpr_time_max(gpr_timespec a, gpr_timespec b) { in gpr_time_max() 46 gpr_timespec gpr_time_0(gpr_clock_type type) { in gpr_time_0() 47 gpr_timespec out; in gpr_time_0() 54 gpr_timespec gpr_inf_future(gpr_clock_type type) { in gpr_inf_future() 55 gpr_timespec out; in gpr_inf_future() 62 gpr_timespec gpr_inf_past(gpr_clock_type type) { in gpr_inf_past() 63 gpr_timespec out; in gpr_inf_past() 70 static gpr_timespec to_seconds_from_sub_second_time(int64_t time_in_units, in to_seconds_from_sub_second_time() [all …]
|
D | time_posix.cc | 35 static struct timespec timespec_from_gpr(gpr_timespec gts) { in timespec_from_gpr() 47 static gpr_timespec gpr_from_timespec(struct timespec ts, in gpr_from_timespec() 54 gpr_timespec rv; in gpr_from_timespec() 67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl() 71 gpr_timespec ret; in now_impl() 103 static gpr_timespec now_impl(gpr_clock_type clock) { in now_impl() 104 gpr_timespec now; in now_impl() 131 gpr_timespec (*gpr_now_impl)(gpr_clock_type clock_type) = now_impl; 137 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now() 144 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() [all …]
|
D | time_windows.cc | 43 static gpr_timespec now_impl(gpr_clock_type clock) { in now_impl() 44 gpr_timespec now_tv; in now_impl() 71 gpr_timespec (*gpr_now_impl)(gpr_clock_type clock_type) = now_impl; 73 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now() 77 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() 78 gpr_timespec now; in gpr_sleep_until() 79 gpr_timespec delta; in gpr_sleep_until()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | time.h | 43 gpr_timespec raw_time() { in raw_time() 44 gpr_timespec t; in raw_time() 53 class TimePoint<gpr_timespec> { 55 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint() 56 gpr_timespec raw_time() { return time_; } in raw_time() 59 gpr_timespec time_; 68 gpr_timespec* to); 71 gpr_timespec* to); 73 std::chrono::system_clock::time_point Timespec2Timepoint(gpr_timespec t); 81 gpr_timespec raw_time() const { return time_; } in raw_time() [all …]
|
D | core_codegen_interface.h | 58 gpr_timespec deadline, 78 gpr_timespec abs_deadline) = 0; 131 virtual gpr_timespec gpr_inf_future(gpr_clock_type type) = 0; 132 virtual gpr_timespec gpr_time_0(gpr_clock_type type) = 0;
|
D | core_codegen.h | 47 gpr_timespec deadline, 62 int gpr_cv_wait(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline) override; 108 gpr_timespec gpr_inf_future(gpr_clock_type type) override; 109 gpr_timespec gpr_time_0(gpr_clock_type type) override;
|
/external/grpc-grpc/test/core/gpr/ |
D | time_test.cc | 50 static void ts_to_s(gpr_timespec t, in ts_to_s() 65 gpr_timespec x = gpr_time_0(GPR_CLOCK_REALTIME); 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() 141 gpr_timespec sumt = gpr_time_add(it, jt); in test_add_sub() 142 gpr_timespec difft = gpr_time_sub(it, jt); in test_add_sub() 168 gpr_timespec x = gpr_time_from_micros(1, GPR_TIMESPAN); in test_overflow() 184 gpr_timespec infinity[2]; in test_sticky_infinities() 185 gpr_timespec addend[3]; in test_sticky_infinities() 195 gpr_timespec x = gpr_time_add(infinity[i], addend[j]); in test_sticky_infinities() [all …]
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 116 typedef grpc_event(*grpc_completion_queue_next_type)(grpc_completion_queue* cq, gpr_timespec deadli… 119 …pc_completion_queue_pluck_type)(grpc_completion_queue* cq, void* tag, gpr_timespec deadline, void*… 140 …)(grpc_channel* channel, grpc_connectivity_state last_observed_state, gpr_timespec deadline, grpc_… 146 …n_queue* completion_queue, grpc_slice method, const grpc_slice* host, gpr_timespec deadline, void*… 155 …rpc_completion_queue* completion_queue, void* registered_call_handle, gpr_timespec deadline, void*… 209 …type)(grpc_server* server, void* registered_method, grpc_call** call, gpr_timespec* deadline, grpc… 353 typedef gpr_timespec(*grpc_max_auth_token_lifetime_type)(void); 356 …ice_account_jwt_access_credentials_create_type)(const char* json_key, gpr_timespec token_lifetime,… 689 typedef int(*gpr_cv_wait_type)(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline); 710 typedef void*(*gpr_event_wait_type)(gpr_event* ev, gpr_timespec abs_deadline); [all …]
|
D | rb_grpc.c | 95 gpr_timespec grpc_rb_time_timeval(VALUE time, int interval) { in grpc_rb_time_timeval() 96 gpr_timespec t; in grpc_rb_time_timeval() 97 gpr_timespec* time_const; in grpc_rb_time_timeval() 105 TypedData_Get_Struct(time, gpr_timespec, &grpc_rb_timespec_data_type, in grpc_rb_time_timeval() 208 gpr_timespec* time_const = NULL; in grpc_rb_time_val_to_time() 209 gpr_timespec real_time; in grpc_rb_time_val_to_time() 210 TypedData_Get_Struct(self, gpr_timespec, &grpc_rb_timespec_data_type, in grpc_rb_time_val_to_time() 227 static gpr_timespec zero_realtime; 228 static gpr_timespec inf_future_realtime; 229 static gpr_timespec inf_past_realtime;
|
D | rb_completion_queue.c | 35 gpr_timespec timeout; 43 gpr_timespec increment = gpr_time_from_millis(20, GPR_TIMESPAN); in grpc_rb_completion_queue_pluck_no_gil() 44 gpr_timespec deadline; in grpc_rb_completion_queue_pluck_no_gil() 75 gpr_timespec deadline, void* reserved) { in rb_completion_queue_pluck()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | exec_ctx.cc | 54 static gpr_timespec g_start_time; 56 static grpc_millis timespec_to_millis_round_down(gpr_timespec ts) { in timespec_to_millis_round_down() 65 static grpc_millis timespec_to_millis_round_up(gpr_timespec ts) { in timespec_to_millis_round_up() 76 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, in grpc_millis_to_timespec() 94 grpc_millis grpc_timespec_to_millis_round_down(gpr_timespec ts) { in grpc_timespec_to_millis_round_down() 99 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec ts) { in grpc_timespec_to_millis_round_up() 113 void ExecCtx::TestOnlyGlobalInit(gpr_timespec new_val) { in TestOnlyGlobalInit()
|
D | buffer_list.h | 36 gpr_timespec sendmsg_time; 37 gpr_timespec scheduled_time; 38 gpr_timespec sent_time; 39 gpr_timespec acked_time;
|
D | exec_ctx.h | 54 gpr_timespec grpc_millis_to_timespec(grpc_millis millis, gpr_clock_type clock); 55 grpc_millis grpc_timespec_to_millis_round_down(gpr_timespec timespec); 56 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec timespec); 195 static void TestOnlyGlobalInit(gpr_timespec new_val);
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.h | 66 gpr_timespec grpc_jwt_claims_issued_at(const grpc_jwt_claims* claims); 67 gpr_timespec grpc_jwt_claims_expires_at(const grpc_jwt_claims* claims); 68 gpr_timespec grpc_jwt_claims_not_before(const grpc_jwt_claims* claims); 85 extern gpr_timespec grpc_jwt_verifier_clock_skew;
|
D | jwt_credentials.h | 36 gpr_timespec jwt_expiration; 40 gpr_timespec jwt_lifetime; 47 grpc_auth_json_key key, gpr_timespec token_lifetime);
|
D | json_token.cc | 44 gpr_timespec grpc_max_auth_token_lifetime() { in grpc_max_auth_token_lifetime() 45 gpr_timespec out; in grpc_max_auth_token_lifetime() 183 gpr_timespec token_lifetime, const char* scope) { in encoded_jwt_claim() 188 gpr_timespec now = gpr_now(GPR_CLOCK_REALTIME); in encoded_jwt_claim() 189 gpr_timespec expiration = gpr_time_add(now, token_lifetime); in encoded_jwt_claim() 293 gpr_timespec token_lifetime, const char* scope) { in grpc_jwt_encode_and_sign()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 69 ctypedef struct gpr_timespec: 74 gpr_timespec gpr_time_0(gpr_clock_type type) nogil 75 gpr_timespec gpr_inf_future(gpr_clock_type type) nogil 76 gpr_timespec gpr_inf_past(gpr_clock_type type) nogil 78 gpr_timespec gpr_now(gpr_clock_type clock) nogil 80 gpr_timespec gpr_convert_clock_type(gpr_timespec t, 83 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type type) nogil 85 gpr_timespec gpr_time_add(gpr_timespec a, gpr_timespec b) nogil 87 int gpr_time_cmp(gpr_timespec a, gpr_timespec b) nogil 261 gpr_timespec deadline [all …]
|
D | time.pyx.pxi | 16 cdef gpr_timespec _timespec_from_time(object time): 17 cdef gpr_timespec timespec 27 cdef double _time_from_timespec(gpr_timespec timespec): 28 cdef gpr_timespec real_timespec = gpr_convert_clock_type(
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | filter_latency.cc | 39 static gpr_timespec g_client_latency; 40 static gpr_timespec g_server_latency; 56 static gpr_timespec n_seconds_from_now(int n) { in n_seconds_from_now() 60 static gpr_timespec five_seconds_from_now(void) { in five_seconds_from_now() 125 const gpr_timespec start_time = gpr_now(GPR_CLOCK_MONOTONIC); in test_request() 127 gpr_timespec deadline = five_seconds_from_now(); in test_request() 227 const gpr_timespec end_time = gpr_now(GPR_CLOCK_MONOTONIC); in test_request() 228 const gpr_timespec max_latency = gpr_time_sub(end_time, start_time); in test_request()
|
/external/grpc-grpc/include/grpc/ |
D | grpc.h | 131 gpr_timespec deadline, 146 void* tag, gpr_timespec deadline, 200 gpr_timespec deadline, grpc_completion_queue* cq, void* tag); 215 const grpc_slice* host, gpr_timespec deadline, void* reserved); 232 gpr_timespec deadline, void* reserved); 387 gpr_timespec* deadline, grpc_metadata_array* request_metadata,
|
/external/grpc-grpc/src/cpp/common/ |
D | alarm.cc | 54 void Set(CompletionQueue* cq, gpr_timespec deadline, void* tag) { in Set() 74 void Set(gpr_timespec deadline, std::function<void(bool)> f) { in Set() 123 void Alarm::SetInternal(CompletionQueue* cq, gpr_timespec deadline, void* tag) { in SetInternal() 132 void Alarm::SetInternal(gpr_timespec deadline, std::function<void(bool)> f) { in SetInternal()
|
/external/grpc-grpc/test/cpp/util/ |
D | time_test.cc | 34 gpr_timespec ts = gpr_time_from_micros(us, GPR_TIMESPAN); in TEST_F() 38 gpr_timespec ts_converted; in TEST_F() 51 gpr_timespec from_time_point_max; in TEST_F()
|
/external/grpc-grpc/test/cpp/qps/ |
D | client_async.cc | 68 std::function<gpr_timespec()> next_issue, in ClientRpcContextUnaryImpl() 128 std::function<gpr_timespec()> next_issue_; 162 StubType*, std::function<gpr_timespec()> next_issue, in AsyncClient() 297 std::vector<std::function<gpr_timespec()>> next_issuers_; 327 std::function<gpr_timespec()> next_issue, in SetupCtx() 340 std::function<gpr_timespec()> next_issue, in ClientRpcContextStreamingPingPongImpl() 452 std::function<gpr_timespec()> next_issue_; 510 std::function<gpr_timespec()> next_issue, in SetupCtx() 525 std::function<gpr_timespec()> next_issue, in ClientRpcContextStreamingFromClientImpl() 604 std::function<gpr_timespec()> next_issue_; [all …]
|
/external/grpc-grpc/src/cpp/util/ |
D | time_cc.cc | 32 gpr_timespec* to) { in Timepoint2Timespec() 48 gpr_timespec* to) { in TimepointHR2Timespec() 63 system_clock::time_point Timespec2Timepoint(gpr_timespec t) { in Timespec2Timepoint()
|