Home
last modified time | relevance | path

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

/third_party/grpc/src/core/util/
Dgpr_time.cc114 gpr_timespec gpr_time_from_nanos(int64_t ns, gpr_clock_type clock_type) { in gpr_time_from_nanos()
118 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros()
122 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type clock_type) { in gpr_time_from_millis()
126 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds()
130 gpr_timespec gpr_time_from_minutes(int64_t m, gpr_clock_type clock_type) { in gpr_time_from_minutes()
134 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours()
244 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
Dtime.cc103 gpr_timespec MillisecondsAsTimespec(int64_t millis, gpr_clock_type clock_type) { in MillisecondsAsTimespec()
/third_party/grpc/src/core/util/posix/
Dtime.cc50 gpr_clock_type clock_type) { in gpr_from_timespec()
69 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
89 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/third_party/grpc/include/grpc/support/
Dtime.h52 gpr_clock_type clock_type; member
/third_party/grpc/src/core/util/windows/
Dtime.cc79 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
/third_party/alsa-lib/test/
Drawmidi.c41 int clock_type = -1; in main() local
/third_party/grpc/test/core/transport/chttp2/
Dhpack_parser_input_size_fuzzer.cc143 gpr_now_impl = [](gpr_clock_type clock_type) { in LLVMFuzzerTestOneInput()
Dflow_control_test.cc42 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
Dflow_control_fuzzer.cc59 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
/third_party/grpc/test/core/transport/
Dbdp_estimator_test.cc39 gpr_timespec fake_gpr_now(gpr_clock_type clock_type) { in fake_gpr_now()
/third_party/grpc/test/core/event_engine/fuzzing_event_engine/
Dfuzzing_event_engine.cc123 gpr_timespec FuzzingEventEngine::NowAsTimespec(gpr_clock_type clock_type) { in NowAsTimespec()
679 gpr_timespec FuzzingEventEngine::GlobalNowImpl(gpr_clock_type clock_type) { in GlobalNowImpl()
/third_party/grpc/test/core/iomgr/
Dbuffer_list_test.cc39 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
/third_party/grpc/test/core/event_engine/posix/
Dtraced_buffer_list_test.cc45 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
/third_party/libabigail/tests/lib/
Dcatch.hpp6670 using clock_type = Clock; typedef