Home
last modified time | relevance | path

Searched defs:clock_type (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dtime.cc110 gpr_timespec gpr_time_from_nanos(int64_t ns, gpr_clock_type clock_type) { in gpr_time_from_nanos()
114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros()
118 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type clock_type) { in gpr_time_from_millis()
122 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds()
126 gpr_timespec gpr_time_from_minutes(int64_t m, gpr_clock_type clock_type) { in gpr_time_from_minutes()
130 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours()
239 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
Dtime_posix.cc48 gpr_clock_type clock_type) { in gpr_from_timespec()
67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
149 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
Dtime_windows.cc73 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/external/grpc-grpc/src/core/lib/gpr/
Dtime_posix.cc48 gpr_clock_type clock_type) { in gpr_from_timespec()
67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
137 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
Dtime_windows.cc73 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
Dtime.cc231 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dtime_interval.cpp89 typedef rxsc::detail::test_type::clock_type clock_type; typedef
137 typedef rxsc::detail::test_type::clock_type clock_type; typedef
Dtimestamp.cpp89 typedef rxsc::detail::test_type::clock_type clock_type; typedef
137 typedef rxsc::detail::test_type::clock_type clock_type; typedef
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgpr_types.h52 gpr_clock_type clock_type; member
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgpr_types.h52 gpr_clock_type clock_type; member
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_types.h52 gpr_clock_type clock_type; member
/external/catch2/include/internal/benchmark/
Dcatch_environment.hpp31 using clock_type = Clock; typedef
/external/iproute2/include/uapi/linux/hdlc/
Dioctl.h42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-runloop.hpp18 typedef scheduler::clock_type clock_type; typedef
136 typedef scheduler::clock_type clock_type; typedef in rxcpp::schedulers::run_loop
Drx-test.hpp20 typedef scheduler_interface::clock_type clock_type; typedef in rxcpp::schedulers::detail::test_type
373 typedef detail::test_type::clock_type clock_type; typedef in rxcpp::schedulers::test
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp154 typedef std::chrono::steady_clock clock_type; typedef
169 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::worker_interface
208 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::worker
359 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::scheduler_interface
389 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::scheduler
505 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::schedulable
/external/kernel-headers/original/uapi/linux/hdlc/
Dioctl.h42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.cc77 gpr_clock_type clock_type) { in grpc_millis_to_timespec()
/external/linux-kselftest/tools/testing/selftests/timers/
Dinconsistency-check.c94 int consistency_test(int clock_type, unsigned long seconds) in consistency_test()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DTimespec.cs50 private ClockType clock_type; field
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexec_ctx.cc84 gpr_clock_type clock_type) { in grpc_millis_to_timespec()
/external/grpc-grpc/test/core/transport/
Dbdp_estimator_test.cc41 gpr_timespec fake_gpr_now(gpr_clock_type clock_type) { in fake_gpr_now()
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c486 GPR_EXPORT gpr_timespec GPR_CALLTYPE gprsharp_now(gpr_clock_type clock_type) { in gprsharp_now()
491 gprsharp_inf_future(gpr_clock_type clock_type) { in gprsharp_inf_future()
496 gprsharp_inf_past(gpr_clock_type clock_type) { in gprsharp_inf_past()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc50 static gpr_timespec fake_now(gpr_clock_type clock_type) { in fake_now()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()

12